diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/tags_cloud.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tags_cloud.tpl b/templates/tags_cloud.tpl index 100c27d..e269972 100644 --- a/templates/tags_cloud.tpl +++ b/templates/tags_cloud.tpl @@ -2,7 +2,7 @@ {if $tagData} <ul id="cloud"> {foreach item=tag from=$tagData} - <li class="tag{$tag.tagscale}"><a href="{$smarty.const.TAGS_PKG_URL}index.php?tags={$tag.tag}">{$tag.tag}</a> <small>({$tag.popcant})</small></li> + <li class="tag{$tag.tagscale}"><a href="{$smarty.const.TAGS_PKG_URL}index.php?tags={$tag.tag}">{$tag.tag|escape:"url"}</a> <small>({$tag.popcant})</small></li> {/foreach} </ul> {else} |
