From 469d9ad16a3719b28a4bd54f4eb329cf0c6d24bd Mon Sep 17 00:00:00 2001 From: Matthieu Sarter Date: Sat, 21 Mar 2015 14:49:38 +0100 Subject: Added a "title" attribute in the link to an article. Added a "title" attribute in the link to an article. Makes TTRSS more usable on a small windows, allowing to see the complete title of an article in the tooltip, without opening the article. --- classes/feeds.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index 5ec109614..52c3be97f 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -580,6 +580,7 @@ class Feeds extends Handler_Protected { onclick=\"return cdmClicked(event, $id);\" class=\"titleWrap $hlc_suffix\"> ". $line["title"] . -- cgit v1.2.3