outputArticleXML: fix whitespace
This commit is contained in:
parent
469219162f
commit
1eabf6dd00
|
@ -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')) {
|
||||||
|
|
Loading…
Reference in New Issue