From: Andrew Dolgov Date: Sat, 6 Nov 2010 19:23:59 +0000 (+0300) Subject: outputArticleXML: markup cleanup X-Git-Tag: 1.5.0~389 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9ed0b90f634f6f6a18402f902d1ab124598248dd;p=tt-rss.git outputArticleXML: markup cleanup --- diff --git a/functions.php b/functions.php index d5b3c436..8b9c742e 100644 --- a/functions.php +++ b/functions.php @@ -4789,9 +4789,7 @@ print "
"; - - print "
"; + print "
"; $entry_author = $line["author"]; @@ -4825,20 +4823,20 @@ href=\"#\" onclick=\"editArticleTags($id, $feed_id)\">(+)"; print "Zoom"; $note_escaped = htmlspecialchars($line['note'], ENT_QUOTES); print "PubNote"; if (DIGEST_ENABLE) { print "Zoom"; }