]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/tpl-validator.php
Extension ext-network continued:
[mailer.git] / DOCS / tpl-validator.php
index bd8afaa4c14070b48a6d8ef19b4e944d2bf55d26..d5f3c055aa9eb309561c73eb26667da6ee3197b6 100644 (file)
@@ -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]);