aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/tag.cloud.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/default/tag.cloud.html')
-rw-r--r--tpl/default/tag.cloud.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/tag.cloud.html b/tpl/default/tag.cloud.html
index 80dcebf5..547d5018 100644
--- a/tpl/default/tag.cloud.html
+++ b/tpl/default/tag.cloud.html
@@ -15,7 +15,7 @@
15 <h2 class="window-title">{'Tag cloud'|t} - {$countTags} {'tags'|t}</h2> 15 <h2 class="window-title">{'Tag cloud'|t} - {$countTags} {'tags'|t}</h2>
16 {if="!empty($search_tags)"} 16 {if="!empty($search_tags)"}
17 <p class="center"> 17 <p class="center">
18 <a href="?searchtags={$search_tags|urlencode}" class="pure-button pure-button-shaarli"> 18 <a href="./?searchtags={$search_tags|urlencode}" class="pure-button pure-button-shaarli">
19 {'List all links with those tags'|t} 19 {'List all links with those tags'|t}
20 </a> 20 </a>
21 </p> 21 </p>