outputArticleXML: fix whitespace

This commit is contained in:
Andrew Dolgov 2007-05-18 06:18:08 +01:00
parent 469219162f
commit 1eabf6dd00
1 changed files with 1 additions and 1 deletions

View File

@ -3542,7 +3542,7 @@
print "<div class=\"postContent\">"; print "<div class=\"postContent\">";
if (db_num_rows($tmp_result) > 0) { 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>";
} }
if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) { if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) {