1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-10 02:39:16 +00:00

Merge pull request #446 from MatthieuSarter/patch-1

Added a "title" attribute in the link to an article.
This commit is contained in:
Andrew Dolgov
2015-03-21 16:50:34 +03:00

View 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"] .