Adding @html annotation to question title

This commit is contained in:
Fabian Stamm 2019-09-11 16:02:09 +02:00
parent 69582bc2bc
commit 5769456dce

View File

@ -37,7 +37,7 @@
{#if question}
<div class="margin">
<h2>{question.title}</h2>
<h2>{@html question.title}</h2>
</div>
{#each question.images as image}
<div class="margin">