From: Andreas Unterkircher Date: Sun, 8 Jul 2007 12:52:24 +0000 (+0000) Subject: issue34, fixed wickeld tag column when too many tags are selected X-Git-Tag: phpfspot-1.2~153 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=179073f20df0b8ad23acf777ef7925f7516b4b3e;ds=sidebyside 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 --- 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] .", "; } }