summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-03-21 16:50:34 +0300
committerAndrew Dolgov <[email protected]>2015-03-21 16:50:34 +0300
commit7e1cf4e48e350eb3ba4707415ac54f426efc2b25 (patch)
tree746bcd38b0f7adb6e0f88d275d2549a7f24309d0
parent755869ffbc7c405aa85e883ee75c3686a7246807 (diff)
parent469d9ad16a3719b28a4bd54f4eb329cf0c6d24bd (diff)
Merge pull request #446 from MatthieuSarter/patch-1
Added a "title" attribute in the link to an article.
-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"] .