issue34, fixed wickeld tag column when too many tags are selected
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 8 Jul 2007 12:52:24 +0000 (12:52 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 8 Jul 2007 12:52:24 +0000 (12:52 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@182 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.class.php

index d9e8bbee15b45af37a6749bbf9d35ca3e10a2987..f3944d1575ccbc231a38019a8494e7c63c94e69d 100644 (file)
@@ -291,7 +291,7 @@ class PHPFSPOT {
       {
          // return all selected tags
          if(isset($_SESSION['selected_tags']) && in_array($tag, $_SESSION['selected_tags'])) {
-            print "<a href=\"javascript:Tags('del', ". $tag .");\" class=\"tag\">". $this->tags[$tag] ."</a>&nbsp;";
+            print "<a href=\"javascript:Tags('del', ". $tag .");\" class=\"tag\">". $this->tags[$tag] ."</a>";
          }
 
       }