diff options
Diffstat (limited to 'juick-www/src/main')
-rw-r--r-- | juick-www/src/main/resources/views/partial/tags.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/resources/views/partial/tags.html b/juick-www/src/main/resources/views/partial/tags.html index e69a949d..a2906ef0 100644 --- a/juick-www/src/main/resources/views/partial/tags.html +++ b/juick-www/src/main/resources/views/partial/tags.html @@ -1,7 +1,7 @@ {% for tag in tags %} <span> <!-- TODO: tagscloud: font-size: small, large, x-large, xx-large !--> - <a onclick="return addTag('{{ tag.Name }}')" href="/{{ user.getUName() }}/?tag={{tag.Name}}" - title="{{ tag.Name }}" class="usage_{{ tag.UsageCnt }}">{{ tag.Name }}</a> + <a href="/{{ user.getUName() }}/?tag={{tag.getName()}}" + title="{{ tag.getName() }}" class="usage_{{ tag.UsageCnt }}">{{ tag.getName() }}</a> </span> {% endfor %}
\ No newline at end of file |