From 63a52408f430cb2109943c18c37adef5c3bd8da0 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 5 Jun 2020 12:05:40 +0300 Subject: Revert "Use *tag in tag searches" This reverts commit 83242541b9503c466eb416f408649bd3845e112d. --- 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 1dcb6127..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 }} + {{ tag }} {% endfor %} \ No newline at end of file -- cgit v1.2.3