1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-09 16:09:15 +00:00

outputArticleXML: display tags in zoom mode

This commit is contained in:
Andrew Dolgov
2009-12-15 13:36:53 +03:00
parent 4f7bca9bbb
commit 24ecbcae50

View File

@@ -4709,6 +4709,9 @@
onclick=\"publishWithNote($id, '$note_escaped')\"
alt='PubNote' title='".__('Publish article with a note')."'>";
} else {
$tags_str = strip_tags($tags_str);
print "<span id=\"ATSTR-$id\">$tags_str</span>";
}
print "</div>";
print "<div clear='both'>$entry_comments</div>";