1
0
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:
Andrew Dolgov
2012-11-07 13:32:19 +04:00
parent 17ea62ba79
commit c8b31978c9
3 changed files with 6 additions and 5 deletions

View File

@@ -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>";