From d2f2a0b7c2bd4710b0be81b0d7693bf002673036 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 2 Sep 2021 09:13:30 +0300 Subject: ActivityPub: fix tags template --- src/main/resources/templates/views/macros/tags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/templates/views/macros') diff --git a/src/main/resources/templates/views/macros/tags.html b/src/main/resources/templates/views/macros/tags.html index 36b05af8..91e180d8 100644 --- a/src/main/resources/templates/views/macros/tags.html +++ b/src/main/resources/templates/views/macros/tags.html @@ -1,2 +1,2 @@ {% macro tags(uname="", tagsList) %}{% for tag in tagsList %}{{ tag }} {% endfor %}{% endmacro %} -{% macro allTags(baseUri, tagsList) %}{% for tag in tagsList %} {% endfor %}{% endmacro %} \ No newline at end of file +{% macro allTags(baseUri, tagsList) %}{% for tag in tagsList %} {% endfor %}{% endmacro %} \ No newline at end of file -- cgit v1.2.3