From: Michael J. Rubinsky Date: Tue, 13 Jan 2009 22:49:23 +0000 (-0500) Subject: Merge from CVS - need full URLs here in case this is being rendered as X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=470ae18fd2263a403864fc3b5333902cda88ec79;p=horde.git Merge from CVS - need full URLs here in case this is being rendered as embedded. --- diff --git a/kronolith/lib/Block/monthlist.php b/kronolith/lib/Block/monthlist.php index 0aae40f43..fc330b745 100644 --- a/kronolith/lib/Block/monthlist.php +++ b/kronolith/lib/Block/monthlist.php @@ -86,7 +86,7 @@ class Horde_Block_Kronolith_monthlist extends Horde_Block { return '' . $all_events->getMessage() . ''; } - $html = ''; + $html = ''; /* How many days do we need to check. */ $days = Date_Calc::dateDiff($startDate->mday, $startDate->month, $startDate->year, diff --git a/kronolith/lib/Block/prevmonthlist.php b/kronolith/lib/Block/prevmonthlist.php index 05d966ccb..8144ba18d 100644 --- a/kronolith/lib/Block/prevmonthlist.php +++ b/kronolith/lib/Block/prevmonthlist.php @@ -81,7 +81,7 @@ class Horde_Block_Kronolith_prevmonthlist extends Horde_Block { return '' . $all_events->getMessage() . ''; } - $html = ''; + $html = ''; /* How many days do we need to check. */ $days = Date_Calc::dateDiff($startDate->mday, $startDate->month, $startDate->year, diff --git a/kronolith/lib/Block/summary.php b/kronolith/lib/Block/summary.php index 8213c4582..afb566b0e 100644 --- a/kronolith/lib/Block/summary.php +++ b/kronolith/lib/Block/summary.php @@ -193,7 +193,7 @@ class Horde_Block_Kronolith_summary extends Horde_Block { return '' . _("No events to display") . ''; } - return '' . $html . '
'; + return '' . $html . '
'; } }