projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1b7b6
)
issue34, fixed wickeld tag column when too many tags are selected
author
Andreas Unterkircher
<unki@netshadow.at>
Sun, 8 Jul 2007 12:52:24 +0000
(12:52 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index d9e8bbee15b45af37a6749bbf9d35ca3e10a2987..f3944d1575ccbc231a38019a8494e7c63c94e69d 100644
(file)
--- 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 "<a href=\"javascript:Tags('del', ". $tag .");\" class=\"tag\">". $this->tags[$tag] ."</a>
";
+ print "<a href=\"javascript:Tags('del', ". $tag .");\" class=\"tag\">". $this->tags[$tag] ."</a>
,
";
}
}