From aaaab766c8aff5d11d295e2449085fce55f4a039 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 16 Aug 2010 13:25:03 -0400 Subject: [PATCH] fix css class name --- horde/lib/Block/fb_stream.php | 2 +- horde/lib/Block/twitter_timeline.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/horde/lib/Block/fb_stream.php b/horde/lib/Block/fb_stream.php index 4b7bf5043..7a04ac4eb 100644 --- a/horde/lib/Block/fb_stream.php +++ b/horde/lib/Block/fb_stream.php @@ -189,7 +189,7 @@ EOT; // Build the stream feed. $html .= '
'; - $html .= '
'; + $html .= '
'; $html .= ''; // fbbody end diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index c97270d82..c730a313d 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -169,7 +169,7 @@ EOT; $html .= '
'; $filter = $GLOBALS['injector']->getInstance('Horde_Text_Filter')->getFilter('Text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO)); $html .= '
'; - $html .= '
'; + $html .= '
'; $html .= ''; return $html; -- 2.11.0