projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee7ec3
)
Spacing
author
Jan Schneider
<jan@horde.org>
Wed, 18 Nov 2009 23:46:24 +0000
(
00:46
+0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 18 Nov 2009 23:47:10 +0000
(
00:47
+0100)
kronolith/lib/Block/summary.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Block/summary.php
b/kronolith/lib/Block/summary.php
index
a0d8c00
..
ed9e7de
100644
(file)
--- a/
kronolith/lib/Block/summary.php
+++ b/
kronolith/lib/Block/summary.php
@@
-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>';
}