From 179073f20df0b8ad23acf777ef7925f7516b4b3e Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 8 Jul 2007 12:52:24 +0000 Subject: [PATCH] issue34, fixed wickeld tag column when too many tags are selected git-svn-id: file:///var/lib/svn/phpfspot/trunk@182 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpfspot.class.php b/phpfspot.class.php index d9e8bbe..f3944d1 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -291,7 +291,7 @@ class PHPFSPOT { { // return all selected tags if(isset($_SESSION['selected_tags']) && in_array($tag, $_SESSION['selected_tags'])) { - print "". $this->tags[$tag] ." "; + print "". $this->tags[$tag] .", "; } } -- 2.25.1