[geeklog-cvs] geeklog: Cosmetics: Missing linefeed after <atom:link> element

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Dec 7 11:50:38 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/ad7471d342ae
changeset: 6496:ad7471d342ae
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Dec 07 17:38:30 2008 +0100
description:
Cosmetics: Missing linefeed after <atom:link> element

diffstat:

1 file changed, 3 insertions(+), 3 deletions(-)
system/classes/syndication/feedparserbase.class.php |    6 +++---

diffs (18 lines):

diff -r e43f92739fbb -r ad7471d342ae system/classes/syndication/feedparserbase.class.php
--- a/system/classes/syndication/feedparserbase.class.php	Sun Dec 07 17:14:42 2008 +0100
+++ b/system/classes/syndication/feedparserbase.class.php	Sun Dec 07 17:38:30 2008 +0100
@@ -246,11 +246,11 @@
       */
     function _injectExtendingTags()
     {
-        $xml = '';
-        if( is_array( $this->extensions ) )
+      $xml = '';
+      if( is_array( $this->extensions ) )
       {
         $this->extensions = array_unique($this->extensions);
-            $xml .= implode("\n", $this->extensions);
+        $xml .= implode("\n", $this->extensions) . "\n";
       }
       return $xml;
     }



More information about the geeklog-cvs mailing list