diff options
author | Vitaly Takmazov | 2017-05-05 17:42:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-23 15:50:10 +0300 |
commit | 237739950a305b13c9f29e3ca25c2e835d563a3f (patch) | |
tree | 14eea79fe63d0a5b9586aebdbaa9795ed858532e /juick-www/src/main/webapp/WEB-INF/views/macros | |
parent | cde3f26ef2779ec08335b1d2197151231d5cce3f (diff) |
User controller -> pebble
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/macros')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/macros/tags.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html b/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html index ffd81ddd..b34e6ecc 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html +++ b/juick-www/src/main/webapp/WEB-INF/views/macros/tags.html @@ -1,5 +1,5 @@ {% macro tags(uname="", tagsList) %} {% for tag in tagsList %} -<a href="/{{ uname }}/?tag={{ tag }}">{{ tag }}</a> +<a href="/{{ uname }}/?tag={{ tag.name | urlencode }}">{{ tag.name }}</a> {% endfor %} {% endmacro %}
\ No newline at end of file |