From 608d8f663672f7b273177efb49844df532f43408 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 30 Apr 2012 15:20:40 -0700 Subject: Fix #1843. --- modules/tag/helpers/tag_event.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/tag') diff --git a/modules/tag/helpers/tag_event.php b/modules/tag/helpers/tag_event.php index 26876d83..d4f1c757 100644 --- a/modules/tag/helpers/tag_event.php +++ b/modules/tag/helpers/tag_event.php @@ -149,7 +149,8 @@ class tag_event_Core { static function info_block_get_metadata($block, $item) { $tags = array(); foreach (tag::item_tags($item) as $tag) { - $tags[] = "url()}\">{$tag->name}"; + $tags[] = "url()}\">" . + html::clean($tag->name) . ""; } if ($tags) { $info = $block->content->metadata; -- cgit v1.2.3