Spacing
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 31 Jan 2009 17:22:31 +0000 (12:22 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 31 Jan 2009 17:22:31 +0000 (12:22 -0500)
kronolith/lib/Views/Event.php

index 1aee049..c41afd2 100644 (file)
@@ -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"') . '>';