summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-05-08 01:54:59 +0000
committerwjames5 <will@tekimaki.com>2007-05-08 01:54:59 +0000
commit623b66f33f2ea6811573e2819bc30093a4c0299d (patch)
tree12aae01278bbaf823b593c5c48d801098628076c /modules
parent952ab682297dea6db97b061a913cbfef05ea548b (diff)
downloadtags-623b66f33f2ea6811573e2819bc30093a4c0299d.tar.gz
tags-623b66f33f2ea6811573e2819bc30093a4c0299d.tar.bz2
tags-623b66f33f2ea6811573e2819bc30093a4c0299d.zip
escape tag names in cloud urls
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_tags_cloud.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_tags_cloud.tpl b/modules/mod_tags_cloud.tpl
index 5b72cd7..e959527 100644
--- a/modules/mod_tags_cloud.tpl
+++ b/modules/mod_tags_cloud.tpl
@@ -6,7 +6,7 @@
{if $modTagData}
{foreach item=tag from=$modTagData}
<li class="tag{$tag.tagscale}">
- <a href="{$smarty.const.TAGS_PKG_URL}index.php?tags={$tag.tag}">
+ <a href="{$smarty.const.TAGS_PKG_URL}index.php?tags={$tag.tag|escape:"url"}">
{$tag.tag}
</a>
</li>