From bec8c98cffba33690a3f86a33446ae38b172ae2b Mon Sep 17 00:00:00 2001 From: Montelion Date: Sat, 2 May 2020 00:58:37 +0200 Subject: [PATCH] Fixed links --- views/faq.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}