Adding @html annotation to question title
This commit is contained in:
parent
69582bc2bc
commit
5769456dce
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user