projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0938c8
)
Spacing
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 31 Jan 2009 17:22:31 +0000
(12:22 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 31 Jan 2009 17:22:31 +0000
(12:22 -0500)
kronolith/lib/Views/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Views/Event.php
b/kronolith/lib/Views/Event.php
index
1aee049
..
c41afd2
100644
(file)
--- a/
kronolith/lib/Views/Event.php
+++ b/
kronolith/lib/Views/Event.php
@@
-115,7
+115,7
@@
class Kronolith_View_Event {
// Tags
$tagger = new Kronolith_Tagger();
$tags = $tagger->getTags($this->event->getUID(), 'event');
- $tags = implode(',', array_values($tags));
+ $tags = implode(',
', array_values($tags));
echo '<div id="Event"' . ($active ? '' : ' style="display:none"') . '>';