mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-09 01:51:04 +02:00
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…
x
Reference in New Issue
Block a user