diff options
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html b/juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html index 949a186a..3e61d3d3 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/tagcolumn.html @@ -1,5 +1,5 @@ <div id="ctitle"> - <a href="./">*{{ tag.name }}</a> + <h2>*{{ tag.name }}</h2> </div> {% if visitor is not empty and visitor.uid > 0 %} <ul class="toolbar"> |