mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 08:31:29 +00:00
digest: more logical position for close article prompt
This commit is contained in:
@@ -270,8 +270,6 @@ function view(article_id) {
|
||||
article.title + "</a>" + "</h1>" +
|
||||
"<div id=\"tags\">" +
|
||||
tags_part +
|
||||
"<div style=\"float : right\"><a href=\"#\" onclick=\"close_article()\">" +
|
||||
__("close") + "</a></div>" +
|
||||
"</div>" +
|
||||
article.content + "</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user