summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-18 06:18:08 +0100
committerAndrew Dolgov <[email protected]>2007-05-18 06:18:08 +0100
commit1eabf6dd001ca89b3a753c49a068b6ff3b03ea6e (patch)
treed30e9ec8db10577a73b75478a953c3fb67f1a69d
parent469219162f0a3cb51f53bd1b4172c3b424be1ec0 (diff)
outputArticleXML: fix whitespace
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index ec234ddc2..e316f74f5 100644
--- a/functions.php
+++ b/functions.php
@@ -3542,7 +3542,7 @@
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>";
}
if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) {