From f654e38b302114690efcb0aae70aee22c599ace9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 May 2017 23:17:07 +0200 Subject: Restore space between tags. --- src/web/templates/bookmarks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 7ccddeed..71a8056d 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -24,7 +24,7 @@

{{ bookmark.description }}
-
{% for tag in bookmark.tags %}{{ tag.text }}{% endfor %}
+
{% for tag in bookmark.tags %}{{ tag.text }} {% endfor %}
{{ bookmark.time | datetime }} {% if current_user.is_authenticated %} edit -- cgit