From f091b318d4300b77834e46c938dc8717d6807a5a Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 11 Sep 2019 18:10:39 +0200 Subject: [PATCH] Adding correctness background color --- src/views/Question.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Question.svelte b/src/views/Question.svelte index 89c24ff..5c061f8 100644 --- a/src/views/Question.svelte +++ b/src/views/Question.svelte @@ -36,6 +36,7 @@ {#if question} +

{@html question.title}

@@ -58,6 +59,7 @@ {/if}
+ {/if}