From: Andrew Dolgov Date: Tue, 15 Dec 2009 10:36:53 +0000 (+0300) Subject: outputArticleXML: display tags in zoom mode X-Git-Tag: 1.4.0~184^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=24ecbcae503da6a104ad38bf2b618c3f6024be64;p=tt-rss.git outputArticleXML: display tags in zoom mode --- diff --git a/functions.php b/functions.php index 9d32e98f..7980b68d 100644 --- a/functions.php +++ b/functions.php @@ -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 "$tags_str"; } print ""; print "
$entry_comments
";