]> git.mxchange.org Git - friendica.git/commitdiff
Formatting change
authorAdam Magness <adam.magness@gmail.com>
Mon, 20 Nov 2017 20:17:20 +0000 (15:17 -0500)
committerAdam Magness <adam.magness@gmail.com>
Mon, 20 Nov 2017 20:17:20 +0000 (15:17 -0500)
change multi line format.

src/Protocol/OStatus.php

index 5d765bf6f8bfe9cafe47c7a8f5216a21f9cc63b1..7ff8f8f60c6692c93f91549cf7ed8a450a061912 100644 (file)
@@ -1892,13 +1892,8 @@ class OStatus
 
                XML::addElement($doc, $entry, "content", $body, array("type" => "html"));
 
-               XML::addElement(
-                       $doc,
-                       $entry,
-                       "link",
-                       "",
-                       array("rel" => "alternate", "type" => "text/html",
-                       "href" => System::baseUrl()."/display/".$item["guid"])
+               XML::addElement($doc, $entry, "link", "", array("rel" => "alternate", "type" => "text/html",
+                                                               "href" => System::baseUrl()."/display/".$item["guid"])
                );
 
                if ($complete && ($item["id"] > 0)) {