From 2b3fe859d508a50fa30f58faa01b0918b42fc325 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 5 Jul 2010 18:08:53 -0400 Subject: [PATCH] better default --- 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 d38c3f2d2..21f662fc0 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -88,7 +88,7 @@ class Horde_Block_Horde_twitter_timeline extends Horde_Block 'height' => array( 'name' => _("Height of map (width automatically adjusts to block)"), 'type' => 'int', - 'default' => 250), + 'default' => 350), 'refresh_rate' => array( 'name' => _("Number of seconds to wait to refresh"), 'type' => 'int', @@ -169,7 +169,7 @@ 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" : "%I:%M %P"))) . '
'; - $html .= '
'; + $html .= '
'; $filter = Horde_Text_Filter::factory('Text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO)); $html .= '
'; $html .= ''; -- 2.11.0