finally fixed tags display width problem
[phpfspot.git] / phpfspot.class.php
index eb8a8e66b32b18cd60062450d9711fe836c6cbdb..c70478cd8ec2f5f50d9c1a9f554f73883ca182ee 100644 (file)
@@ -198,7 +198,7 @@ class PHPFSPOT {
           // uncomment if you want sizes in whole %:
          $size = ceil($size);
 
-         print "<a href=\"javascript:Tags('add', ". $key .");\" class=\"tag\" style=\"font-size: ". $size ."%;\">". $this->tags[$key] ."</a>&nbsp;";
+         print "<a href=\"javascript:Tags('add', ". $key .");\" class=\"tag\" style=\"font-size: ". $size ."%;\">". $this->tags[$key] ."</a>";
 
       }