]> git.wh0rd.org - tt-rss.git/commitdiff
outputArticleXML: fix whitespace
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 May 2007 05:18:08 +0000 (06:18 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 18 May 2007 05:18:08 +0000 (06:18 +0100)
functions.php

index ec234ddc252634f2143bd9bc1095595267f654e2..e316f74f557e8934384c0480a7b9403042a9e28a 100644 (file)
                        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')) {