1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

Merge pull request #359 from DigitalDJ/master

Fix end tag for small feed icons when using combined display mode
This commit is contained in:
Andrew Dolgov 2014-03-21 14:39:07 +03:00
commit 3e0e48906a

View 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>";