From fa1b508915dd3df4fe51629d031244eddb963ff4 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 4 Feb 2009 14:47:24 +0000 Subject: Tag URLs now conform to the microformats specification. Fixes #729 git-svn-id: https://code.elgg.org/elgg/trunk@2642 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/output/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/output') diff --git a/views/default/output/tags.php b/views/default/output/tags.php index 3865e23ad..70e11ac82 100644 --- a/views/default/output/tags.php +++ b/views/default/output/tags.php @@ -46,7 +46,7 @@ $type = ""; } if (is_string($tag)) { - $tagstr .= "{$tag}"; + $tagstr .= "{$tag}"; } } echo $tagstr; -- cgit v1.2.3