summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorMatthieu Sarter <[email protected]>2015-03-21 14:49:38 +0100
committerMatthieu Sarter <[email protected]>2015-03-21 14:49:38 +0100
commit469d9ad16a3719b28a4bd54f4eb329cf0c6d24bd (patch)
tree746bcd38b0f7adb6e0f88d275d2549a7f24309d0 /classes
parent755869ffbc7c405aa85e883ee75c3686a7246807 (diff)
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.
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php1
1 files changed, 1 insertions, 0 deletions
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\">
<a class=\"title $hlc_suffix\"
+ title=\"".htmlspecialchars($line["title"])."\"
target=\"_blank\" href=\"".
htmlspecialchars($line["link"])."\">".
$line["title"] .