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
1 changed files with 2 additions and 7 deletions

View 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)) {