From 5769456dced4a5c59598c59639ee0d1b636e3665 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 11 Sep 2019 16:02:09 +0200 Subject: [PATCH] Adding @html annotation to question title --- src/views/Question.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Question.svelte b/src/views/Question.svelte index 1f8f03c..405c3d8 100644 --- a/src/views/Question.svelte +++ b/src/views/Question.svelte @@ -37,7 +37,7 @@ {#if question}
-

{question.title}

+

{@html question.title}

{#each question.images as image}