From 872a1117ca66ef8021e633308c388e3694a909d9 Mon Sep 17 00:00:00 2001 From: Babak F Date: Wed, 21 Apr 2021 11:51:53 -0700 Subject: [PATCH] Fix HTML and CSS order. --- .../06-select-bindings/app-a/App.svelte | 14 +++++++++----- .../06-select-bindings/app-b/App.svelte | 14 +++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/site/content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte b/site/content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte index b6f50b935e..a70b928809 100644 --- a/site/content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte +++ b/site/content/tutorial/06-bindings/06-select-bindings/app-a/App.svelte @@ -14,10 +14,6 @@ } - -

Insecurity questions

@@ -36,4 +32,12 @@
-

selected question {selected ? selected.id : '[waiting...]'}

\ No newline at end of file +

selected question {selected ? selected.id : '[waiting...]'}

+ + \ No newline at end of file diff --git a/site/content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte b/site/content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte index 3f1e7fa7e1..c584c95b0e 100644 --- a/site/content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte +++ b/site/content/tutorial/06-bindings/06-select-bindings/app-b/App.svelte @@ -14,10 +14,6 @@ } - -

Insecurity questions

@@ -36,4 +32,12 @@
-

selected question {selected ? selected.id : '[waiting...]'}

\ No newline at end of file +

selected question {selected ? selected.id : '[waiting...]'}

+ + \ No newline at end of file