From 1eabf6dd001ca89b3a753c49a068b6ff3b03ea6e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 May 2007 06:18:08 +0100 Subject: outputArticleXML: fix whitespace --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index ec234ddc2..e316f74f5 100644 --- a/functions.php +++ b/functions.php @@ -3542,7 +3542,7 @@ print "
"; if (db_num_rows($tmp_result) > 0) { - print "
".__('Tags:')."$f_tags_str
"; + print "
".__('Tags:')." $f_tags_str
"; } if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) { -- cgit v1.2.3