From 2830be25ea662cb82a652bbfaa209feb4a0e3717 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Mon, 20 Nov 2017 15:17:20 -0500 Subject: [PATCH] Formatting change change multi line format. --- src/Protocol/OStatus.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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)) {