]> git.wh0rd.org - tt-rss.git/commitdiff
Fix end tag for small feed icons when using combined display mode
authorGrant Pannell <grant@pannell.net.au>
Fri, 21 Mar 2014 10:17:34 +0000 (20:47 +1030)
committerGrant Pannell <grant@pannell.net.au>
Fri, 21 Mar 2014 10:17:34 +0000 (20:47 +1030)
classes/feeds.php

index c90b11d5ddc3794035521a481663f5610f4b524e..aaa72bf9c929973bcb33ad2b9b8e7a8be02fccbd 100644 (file)
@@ -498,7 +498,7 @@ class Feeds extends Handler_Protected {
                                                $reply['content'] .= "<span onclick=\"viewfeed($feed_id)\"
                                                        style=\"cursor : pointer\"
                                                        title=\"".htmlspecialchars($line['feed_title'])."\">
-                                                       $feed_icon_img<span>";
+                                                       $feed_icon_img</span>";
                                        }
 
                                        $reply['content'] .= "</div>";