X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Futil.php;h=8a05a346f08a5b4269045a810c54c7041c71f91a;hb=070eacb2e79f6d7bd7c1d4251aa49d53d0ce469f;hp=0b69b9d860c437139c5e6a7bee543479d0f2b268;hpb=2eab2c2d9d5727c0a57c1f597d10945565ad88ba;p=quix0rs-gnu-social.git diff --git a/lib/util.php b/lib/util.php index 0b69b9d860..8a05a346f0 100644 --- a/lib/util.php +++ b/lib/util.php @@ -72,6 +72,7 @@ function common_show_header($pagetitle) { $xw = new XMLWriter(); $xw->openURI('php://output'); + $xw->setIndent(true); $xw->startDocument('1.0', 'UTF-8'); $xw->writeDTD('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');