diff --git a/templates/partials/topic/tags.tpl b/templates/partials/topic/tags.tpl
index d8e81ae..eb39bf8 100644
--- a/templates/partials/topic/tags.tpl
+++ b/templates/partials/topic/tags.tpl
@@ -1,5 +1,5 @@
{{{each tags}}}
- {tags.valueEscaped}
+ {tags.valueEscaped}
{{{end}}}
\ No newline at end of file
diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl
index 4a8defb..49d383f 100644
--- a/templates/partials/topics_list.tpl
+++ b/templates/partials/topics_list.tpl
@@ -52,7 +52,7 @@
{{{each topics.tags}}}
- {topics.tags.valueEscaped}
+ {topics.tags.valueEscaped}
{{{end}}}
•