From c4d0e5351b896d652c250f5d0ee4959e9344397b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 10 Aug 2007 04:37:35 +0100 Subject: outputArticleXml: fix allEntryTags element --- functions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions.php b/functions.php index da48affaa..f68768383 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"]); -- cgit v1.2.3