diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-20 14:07:50 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-20 14:07:50 -0400 |
commit | 73469e9bb109dca3ae6e2a739766adc6de5c6d67 (patch) | |
tree | f29472d03d1a90f69db9fa264d41c4471b7a897f /lib | |
parent | 2eab2c2d9d5727c0a57c1f597d10945565ad88ba (diff) |
indent HTML
darcs-hash:20080520180750-84dde-bdf9cca691ea8386ff66a482f4d890ce9e836ca3.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 0b69b9d86..58ae330a9 100644 --- a/lib/util.php +++ b/lib/util.php @@ -71,6 +71,7 @@ function common_show_header($pagetitle) { header('Content-Type: application/xhtml+xml'); $xw = new XMLWriter(); + $xw->setIndent(true); $xw->openURI('php://output'); $xw->startDocument('1.0', 'UTF-8'); $xw->writeDTD('html', '-//W3C//DTD XHTML 1.0 Strict//EN', |