]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/atom10feed.php
[XML/HTML Outputter] General improvements and refactoring as well as some bug fixes
[quix0rs-gnu-social.git] / lib / atom10feed.php
index 2bba6d0a91474bf5ac7271c3cc35aa83b2574e2c..a2bd3af3de3d5c58a40ebc1f94ad2bbe60500037 100644 (file)
@@ -206,7 +206,7 @@ class Atom10Feed extends XMLStringer
     {
         foreach ($this->links as $attrs)
         {
-            $this->element('link', $attrs, null);
+            $this->element('link', $attrs);
         }
     }