diff options
| author | wjames5 <will@tekimaki.com> | 2007-05-08 02:35:52 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-05-08 02:35:52 +0000 |
| commit | bc51778dd28414d30d1c279d90c7e0dfa3ad5de8 (patch) | |
| tree | 191a18745bfc08f17e3a8bcbd401d9b6f94688d8 /modules | |
| parent | 623b66f33f2ea6811573e2819bc30093a4c0299d (diff) | |
| download | tags-bc51778dd28414d30d1c279d90c7e0dfa3ad5de8.tar.gz tags-bc51778dd28414d30d1c279d90c7e0dfa3ad5de8.tar.bz2 tags-bc51778dd28414d30d1c279d90c7e0dfa3ad5de8.zip | |
remove strip from tags clouds so they wrap properly
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 |
