From e359e0788d4d9c675a88daaebda416f38e2ac03a Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Sun, 7 Apr 2019 01:59:33 +0300
Subject: Tags should be unescaped before storing
Test tag is Test tag
---
src/main/resources/templates/views/partial/tags.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/main/resources/templates/views/partial')
diff --git a/src/main/resources/templates/views/partial/tags.html b/src/main/resources/templates/views/partial/tags.html
index 3235213e..4d05b7fb 100644
--- a/src/main/resources/templates/views/partial/tags.html
+++ b/src/main/resources/templates/views/partial/tags.html
@@ -1,3 +1,3 @@
{% for tag in tags %}
- {{ tag | raw }}
+ {{ tag }}
{% endfor %}
\ No newline at end of file
--
cgit v1.2.3