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

Fix end tag for small feed icons when using combined display mode

This commit is contained in:
Grant Pannell 2014-03-21 20:47:34 +10:30
parent a983a827a3
commit a0d9bc160f

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