mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
Fix end tag for small feed icons when using combined display mode
This commit is contained in:
@@ -498,7 +498,7 @@ class Feeds extends Handler_Protected {
|
|||||||
$reply['content'] .= "<span onclick=\"viewfeed($feed_id)\"
|
$reply['content'] .= "<span onclick=\"viewfeed($feed_id)\"
|
||||||
style=\"cursor : pointer\"
|
style=\"cursor : pointer\"
|
||||||
title=\"".htmlspecialchars($line['feed_title'])."\">
|
title=\"".htmlspecialchars($line['feed_title'])."\">
|
||||||
$feed_icon_img<span>";
|
$feed_icon_img</span>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$reply['content'] .= "</div>";
|
$reply['content'] .= "</div>";
|
||||||
|
|||||||
Reference in New Issue
Block a user