From: Adam Magness Date: Mon, 20 Nov 2017 20:17:20 +0000 (-0500) Subject: Formatting change X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2830be25ea662cb82a652bbfaa209feb4a0e3717;p=friendica.git Formatting change change multi line format. --- diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index 5d765bf6f8..7ff8f8f60c 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -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)) {