From: Michael J. Rubinsky Date: Sat, 17 Jul 2010 13:22:06 +0000 (-0400) Subject: force image dimensions X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=588c7a2c23d9a734daa2dc22a07767b8d84938fb;p=horde.git force image dimensions --- diff --git a/horde/services/twitter.php b/horde/services/twitter.php index a645dc419..3235d3b1a 100644 --- a/horde/services/twitter.php +++ b/horde/services/twitter.php @@ -88,7 +88,7 @@ case 'getPage': $appText = Horde_Text_Filter::filter($tweet->source, 'xss', array()); $html .= '
'; $html .= '
' . $profileLink - . '' . $authorName . '' + . '' . $authorName . '' . '
' . $profileLink . $authorName . '
'; $html .= '
'; $html .= $body;