diff --git a/views/faq.hbs b/views/faq.hbs index 94a5d80..0033061 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -17,8 +17,8 @@
{{#each locale.faq.qna}}
- {{question}} -

{{answer}}

+ {{{question}}} +

{{{answer}}}

{{/each}}