summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorGrant Pannell <[email protected]>2014-03-21 20:47:34 +1030
committerGrant Pannell <[email protected]>2014-03-21 20:47:34 +1030
commita0d9bc160fd323cfa4ae63e078862f23fcdb7386 (patch)
tree98e985d3244dacf2ff7de458a7e662d322eb4825 /classes
parenta983a827a3ac24a16cbffba8db17c891da803389 (diff)
Fix end tag for small feed icons when using combined display mode
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index c90b11d5d..aaa72bf9c 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -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>";