mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 01:41:29 +00:00
offline: view_offline() reduce article header
This commit is contained in:
@@ -37,10 +37,10 @@ function view_offline(id, feed_id) {
|
|||||||
tmp += rs.fieldByName("tags");
|
tmp += rs.fieldByName("tags");
|
||||||
tmp += "</div>"; */
|
tmp += "</div>"; */
|
||||||
|
|
||||||
tmp += "<div clear='both'>"+
|
/* tmp += "<div clear='both'>"+
|
||||||
"<a target=\"_blank\" "+
|
"<a target=\"_blank\" "+
|
||||||
"href=\"" + rs.fieldByName("comments") + "\">" +
|
"href=\"" + rs.fieldByName("comments") + "\">" +
|
||||||
__("comments") + "</a></div>";
|
__("comments") + "</a></div>"; */
|
||||||
|
|
||||||
tmp += "</div>";
|
tmp += "</div>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user