From fe6b7976ef6f9969cae10cafc3de6757026b4394 Mon Sep 17 00:00:00 2001 From: mrkishi Date: Wed, 8 May 2019 22:38:31 -0300 Subject: [PATCH] Add attribute quotes to generated `App.svelte` --- src/core/create_app.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/create_app.ts b/src/core/create_app.ts index 252744c..12de61e 100644 --- a/src/core/create_app.ts +++ b/src/core/create_app.ts @@ -251,11 +251,11 @@ function generate_app(manifest_data: ManifestData, path_to_routes: string) { let l = max_depth; - let pyramid = ``; + let pyramid = ``; while (l-- > 1) { pyramid = ` - + {#if level${l + 1}} ${pyramid.replace(/\n/g, '\n\t\t\t\t\t')} {/if} @@ -281,7 +281,7 @@ function generate_app(manifest_data: ManifestData, path_to_routes: string) { setContext(CONTEXT_KEY, stores); - + {#if error} {:else}