From a0a880cecdd6f951bd2b1135a60e8f57d81efb13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 10 Jan 2018 16:11:33 -0500 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/6212 --- templates/partials/post_bar.tpl | 2 +- templates/partials/tags_list.tpl | 2 +- templates/partials/topics_list.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/partials/post_bar.tpl b/templates/partials/post_bar.tpl index bd3394e..e245162 100644 --- a/templates/partials/post_bar.tpl +++ b/templates/partials/post_bar.tpl @@ -2,7 +2,7 @@
- {tags.value} + {tags.valueEscaped} {tags.score}
diff --git a/templates/partials/tags_list.tpl b/templates/partials/tags_list.tpl index 2f91101..569ee69 100644 --- a/templates/partials/tags_list.tpl +++ b/templates/partials/tags_list.tpl @@ -1,5 +1,5 @@

- {tags.value}{tags.score} + {tags.valueEscaped}{tags.score}

\ No newline at end of file diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index 5cef707..b7bc56c 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -58,7 +58,7 @@