diff --git a/classes/feeds.php b/classes/feeds.php index 37a7cc89f..9dccdbc83 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -687,7 +687,7 @@ class Feeds extends Handler_Protected { $reply['content'] .= ""; - $reply['content'] .= "
"; + $reply['content'] .= "
"; foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_ARTICLE_LEFT_BUTTON) as $p) { $reply['content'] .= $p->hook_article_left_button($line); diff --git a/js/viewfeed.js b/js/viewfeed.js index ea8150070..e346b2967 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -2447,3 +2447,7 @@ function updateFloatingTitle(unread_only) { exception_error("updateFloatingTitle", e); } } + +function cdmFooterClick(event) { + event.stopPropagation(); +} \ No newline at end of file