From eb93d08061e2220af8036aea00cf163204953059 Mon Sep 17 00:00:00 2001
From: Vitaly Takmazov
Date: Sun, 22 Aug 2021 08:31:49 +0300
Subject: ActivityPub: make Mastodon happy with hashtags
---
src/main/resources/templates/views/macros/tags.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/main/resources/templates/views')
diff --git a/src/main/resources/templates/views/macros/tags.html b/src/main/resources/templates/views/macros/tags.html
index 08687f5a..c52847fc 100644
--- a/src/main/resources/templates/views/macros/tags.html
+++ b/src/main/resources/templates/views/macros/tags.html
@@ -1,11 +1,11 @@
{% macro tags(uname="", tagsList) %}
{% for tag in tagsList %}
-{{ tag }}
+{{ tag }}
{% endfor %}
{% endmacro %}
{% macro allTags(baseUri, tagsList) %}
{% for tag in tagsList %}
-#{{ tag }}
+#{{ tag }}
{% endfor %}
{% endmacro %}
\ No newline at end of file
--
cgit v1.2.3