From: Andrew Dolgov Date: Fri, 10 Aug 2007 03:37:35 +0000 (+0100) Subject: outputArticleXml: fix allEntryTags element X-Git-Tag: 1.2.14~102 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c4d0e5351b896d652c250f5d0ee4959e9344397b;p=tt-rss.git outputArticleXml: fix allEntryTags element --- diff --git a/functions.php b/functions.php index da48affa..f6876838 100644 --- a/functions.php +++ b/functions.php @@ -3745,9 +3745,7 @@ print "
" . $feed_icon . "
"; print "
"; - if (db_num_rows($tmp_result) > 0) { - print "
".__('Tags:')." $f_tags_str
"; - } + print "
".__('Tags:')." $f_tags_str
"; $line["content"] = sanitize_rss($link, $line["content"]);