X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=8519f7e82ed616cbf06d618071a1816dcd663c77;hb=8ce20f975c7fc1c27d1981234aefc93b0e7b662a;hp=28b508dc0e7b25ee0e9f90a4e6cf72041d022c05;hpb=9b6ad2fc4754185708d00d3be4c4a2aebcb73e7e;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 28b508dc0e..8519f7e82e 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -62,11 +62,7 @@ function profile_init(App &$a) { header('Link: <' . App::get_baseurl() . '/xrd/?uri=' . $uri . '>; rel="lrdd"; type="application/xrd+xml"', false); $dfrn_pages = array('request', 'confirm', 'notify', 'poll'); -<<<<<<< upstream/develop foreach ($dfrn_pages as $dfrn) { -======= - foreach($dfrn_pages as $dfrn) { ->>>>>>> HEAD~65 $a->page['htmlhead'] .= "\r\n"; } $a->page['htmlhead'] .= "\r\n";