From: Michael J. Rubinsky Date: Thu, 7 Oct 2010 22:40:00 +0000 (-0400) Subject: wrap the entire property name, not just the instance value. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ed42f4d386d06378fbc65d49ffb83b52083c431d;p=horde.git wrap the entire property name, not just the instance value. --- diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index d4c767a5b..63ab2b945 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -163,7 +163,7 @@ EOT; /* Build the UI */ $html = '
' . '
' - . '' . _("Tweet") . '140 ' + . '' . _("Tweet") . '140 ' . Horde::img('loading.gif', '', array('id' => $instance . '_loading', 'style' => 'display:none;')); $html .= '
' . _("Latest") . ' ' . $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 .= '
';