From 2d584e587f59f1bd3e14ebb044c4dff0d64d2ac6 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 2 Jul 2010 12:47:06 +0200 Subject: [PATCH] Catch undefined height parameter, cancel pager link. --- horde/lib/Block/twitter_timeline.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index 7a0a70509..c7e28f843 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -164,10 +164,10 @@ EOT; . '
' . _("Update") . '
' . Horde::img('loading.gif', '', array('id' => $instance . '_loading', 'style' => 'display:none;')); $html .= '
' . sprintf(_("Latest: %s - %s"), $latestStatus, Horde_Date_Utils::relativeDateTime(strtotime($this->_profile->status->created_at), $GLOBALS['prefs']->getValue('date_format'), ($GLOBALS['prefs']->getValue('twentyFour') ? "%H:%M %P" : "%I %M %P"))) . '
'; - $html .= '
'; + $html .= '
'; $filter = Horde_Text_Filter::factory('Text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO)); $html .= '
'; - $html .= ''; + $html .= ''; $html .= '
'; return $html; -- 2.11.0