From: Michael Date: Wed, 7 Jun 2017 09:51:21 +0000 (+0000) Subject: Code beautification X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1b5f1effa0ed7d7774f34ebb199fcbf9e6fd9f4b;p=friendica.git Code beautification --- diff --git a/include/dfrn.php b/include/dfrn.php index 5d0e6337a4..a8f7644ff7 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -329,10 +329,7 @@ class dfrn { $alternatelink = $owner['url']; - $author = "dfrn:owner"; - //$author = "author"; - - $root = self::add_header($doc, $owner, $author, $alternatelink, true); + $root = self::add_header($doc, $owner, 'dfrn:owner', $alternatelink, true); $type = 'html';