From 2621180b54c5d5862d7456634240b9b560ebc86e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 07:34:16 +0300 Subject: in three panel mode, attach context menu to the title, instead of entire headlines row --- classes/feeds.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/feeds.php b/classes/feeds.php index 8425b9c06..e9826a0bd 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -367,7 +367,7 @@ class Feeds extends Handler_Protected { } } - $reply['content'] .= "
"; + $reply['content'] .= "
"; $reply['content'] .= "
"; @@ -381,7 +381,7 @@ class Feeds extends Handler_Protected { $reply['content'] .= "
"; $reply['content'] .= "
"; + class=\"title\">"; $reply['content'] .= "" . -- cgit v1.2.3