From 69f4928916938a195df86454276bb6c05bccf8ad Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 13 Mar 2012 07:01:01 +0000 Subject: [PATCH] remove excess html --- contrib/featured/theme.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/contrib/featured/theme.php b/contrib/featured/theme.php index 76503e34..77afe5ff 100644 --- a/contrib/featured/theme.php +++ b/contrib/featured/theme.php @@ -27,15 +27,10 @@ class FeaturedTheme extends Themelet { $h_tip = html_escape($image->get_tooltip()); $tsize = get_thumbnail_size($image->width, $image->height); - return " -
- - - $h_tip - - -
+ + $h_tip + "; } }