Extension ext-network does now show if a network requires the webmaster to send a...
[mailer.git] / DOCS / tpl-validator.php
index bd8afaa4c14070b48a6d8ef19b4e944d2bf55d26..deead7a895f5fddcc644c68d83e4716dab2de76b 100644 (file)
@@ -50,7 +50,7 @@ print "Validating template ".$_SERVER['argv'][1]."...\n";
 $doc = new DOMDocument();
 $doc->formatOutput = true;
 $doc->preserveWhiteSpace = false;
 $doc = new DOMDocument();
 $doc->formatOutput = true;
 $doc->preserveWhiteSpace = false;
-$doc->encoding = 'utf-8';
+$doc->encoding = 'UTF-8';
 $doc->xmlVersion = '1.1';
 $doc->loadHTMLFile($_SERVER['argv'][1]);
 
 $doc->xmlVersion = '1.1';
 $doc->loadHTMLFile($_SERVER['argv'][1]);