From: Andrew Dolgov Date: Fri, 18 May 2007 05:18:08 +0000 (+0100) Subject: outputArticleXML: fix whitespace X-Git-Tag: schema_freeze_for_1.2.11~5 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1eabf6dd001ca89b3a753c49a068b6ff3b03ea6e;p=tt-rss.git outputArticleXML: fix whitespace --- diff --git a/functions.php b/functions.php index ec234ddc..e316f74f 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')) {