From 41ed7f3739d89ac1f5f77c36aaca36ea4c261601 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 26 Aug 2021 19:47:47 +0300 Subject: Layout: fix tags spacing --- src/main/resources/templates/views/macros/tags.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/views/macros/tags.html b/src/main/resources/templates/views/macros/tags.html index 459cedd6..36b05af8 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 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 -- cgit v1.2.3