diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_tags_cloud.tpl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/mod_tags_cloud.tpl b/modules/mod_tags_cloud.tpl index e959527..dc52a48 100644 --- a/modules/mod_tags_cloud.tpl +++ b/modules/mod_tags_cloud.tpl @@ -1,14 +1,11 @@ -{strip} - +{* don't use strip on this tpl - it will mess up the list of links, as the browser will read them as one continuous string *} {if $gBitSystem->isPackageActive('tags')} {bitmodule title="$moduleTitle" name="tags"} <ul id="cloud"> {if $modTagData} {foreach item=tag from=$modTagData} <li class="tag{$tag.tagscale}"> - <a href="{$smarty.const.TAGS_PKG_URL}index.php?tags={$tag.tag|escape:"url"}"> - {$tag.tag} - </a> + <a href="{$smarty.const.TAGS_PKG_URL}index.php?tags={$tag.tag|escape:"url"}">{$tag.tag}</a> </li> {/foreach} {else} @@ -19,5 +16,3 @@ </ul> {/bitmodule} {/if} - -{/strip}
\ No newline at end of file |
