From 7b50dc3f875cda85c1e5356a7534ab6b21bbf009 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 11 Jan 2010 23:13:16 +0000 Subject: Fixed tag output link for new search. git-svn-id: http://code.elgg.org/elgg/trunk@3796 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/tags.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/output/tags.php') diff --git a/views/default/output/tags.php b/views/default/output/tags.php index f394d084f..1afc89d88 100644 --- a/views/default/output/tags.php +++ b/views/default/output/tags.php @@ -45,8 +45,8 @@ if (!empty($vars['tags'])) { $type = ""; } if (is_string($tag)) { - $tagstr .= "" . htmlentities($tag, ENT_QUOTES, 'UTF-8') . ""; + $tagstr .= "" . htmlentities($tag, ENT_QUOTES, 'UTF-8') . ""; } } echo $tagstr; -} \ No newline at end of file +} -- cgit v1.2.3