X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DOCS%2Ftpl-validator.php;h=d5f3c055aa9eb309561c73eb26667da6ee3197b6;hb=7bc1a2b83021d105fbc09ea2af937f278e509005;hp=bd8afaa4c14070b48a6d8ef19b4e944d2bf55d26;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/DOCS/tpl-validator.php b/DOCS/tpl-validator.php index bd8afaa4c1..d5f3c055aa 100644 --- a/DOCS/tpl-validator.php +++ b/DOCS/tpl-validator.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -50,7 +50,7 @@ print "Validating template ".$_SERVER['argv'][1]."...\n"; $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]);