X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=0015405c46bea5892cc634282f50c6c87d62d3f8;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=6421a4c21299b5f244a20e52668aa84e6813b127;hpb=cb3f09ae4f344ff83fca9dc435f3cbad1972737f;p=friendica.git diff --git a/src/App.php b/src/App.php index 6421a4c212..0015405c46 100644 --- a/src/App.php +++ b/src/App.php @@ -1869,14 +1869,14 @@ class App // And then append it to the target $target->documentElement->appendChild($item); } - } - if (isset($_GET["mode"]) && ($_GET["mode"] == "raw")) { - header("Content-type: text/html; charset=utf-8"); + if ($_GET["mode"] == "raw") { + header("Content-type: text/html; charset=utf-8"); - echo substr($target->saveHTML(), 6, -8); + echo substr($target->saveHTML(), 6, -8); - exit(); + exit(); + } } $page = $this->page;