Spacing
authorJan Schneider <jan@horde.org>
Wed, 18 Nov 2009 23:46:24 +0000 (00:46 +0100)
committerJan Schneider <jan@horde.org>
Wed, 18 Nov 2009 23:47:10 +0000 (00:47 +0100)
kronolith/lib/Block/summary.php

index a0d8c00..ed9e7de 100644 (file)
@@ -201,7 +201,7 @@ class Horde_Block_Kronolith_summary extends Horde_Block {
                 if ($event_active) {
                     $html .= '<strong>';
                 }
-                $html .= $event->getLink(null, true, null, true);
+                $html .= ' ' . $event->getLink(null, true, null, true);
                 if ($event_active) {
                     $html .= '</strong>';
                 }