summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 04:37:35 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 04:37:35 +0100
commitc4d0e5351b896d652c250f5d0ee4959e9344397b (patch)
treef97279fe772e1653941771659dcc396e3d6dfba3 /functions.php
parent1c3187cf6e99067d2dae82dba76d185018b43ff0 (diff)
outputArticleXml: fix allEntryTags element
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 1 insertions, 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 "<div class=\"postIcon\">" . $feed_icon . "</div>";
print "<div class=\"postContent\">";
- if (db_num_rows($tmp_result) > 0) {
- print "<div id=\"allEntryTags\">".__('Tags:')." $f_tags_str</div>";
- }
+ print "<div id=\"allEntryTags\">".__('Tags:')." $f_tags_str</div>";
$line["content"] = sanitize_rss($link, $line["content"]);