]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/tpl-validator.php
Made 'add_grade' partly working (XML template and some logic is still missing)
[mailer.git] / DOCS / tpl-validator.php
index 737d10675f4274d73f5a43257d5b53851445b586..6fb9e3c21d226227e8fa82d031c31ab4bc631822 100644 (file)
@@ -48,8 +48,8 @@ if ($_SERVER['argc'] < 2) {
 print "Validating template ".$_SERVER['argv'][1]."...\n";
 
 $doc = new DOMDocument();
-$doc->formatOutput = true;
-$doc->preserveWhiteSpace = false;
+$doc->formatOutput = TRUE;
+$doc->preserveWhiteSpace = FALSE;
 $doc->encoding = 'UTF-8';
 $doc->xmlVersion = '1.1';
 $doc->loadHTMLFile($_SERVER['argv'][1]);