Formatting change

change multi line format.
This commit is contained in:
Adam Magness 2017-11-20 15:17:20 -05:00
parent ddacbf2c13
commit 2830be25ea

View file

@ -1892,12 +1892,7 @@ class OStatus
XML::addElement($doc, $entry, "content", $body, array("type" => "html"));
XML::addElement(
$doc,
$entry,
"link",
"",
array("rel" => "alternate", "type" => "text/html",
XML::addElement($doc, $entry, "link", "", array("rel" => "alternate", "type" => "text/html",
"href" => System::baseUrl()."/display/".$item["guid"])
);