浏览代码

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.
Matthieu Sarter 9 年之前
父节点
当前提交
469d9ad16a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      classes/feeds.php

+ 1 - 0
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"] .