]> git.wh0rd.org - tt-rss.git/commitdiff
Merge pull request #446 from MatthieuSarter/patch-1
authorAndrew Dolgov <gothfox@users.noreply.github.com>
Sat, 21 Mar 2015 13:50:34 +0000 (16:50 +0300)
committerAndrew Dolgov <gothfox@users.noreply.github.com>
Sat, 21 Mar 2015 13:50:34 +0000 (16:50 +0300)
Added a "title" attribute in the link to an article.

classes/feeds.php

index 5ec10961438ffe7a5e89ef8454cdef059fd28ec2..52c3be97fff7628ab429f66b7d7e6b5c1eee9d05 100644 (file)
@@ -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"] .