First batch of fixed language ids (renamed, see ticket #219)
[mailer.git] / DOCS / tpl-validator.php
index c0a8dc3e4085939c01ad7378acce56bb3f8e0834..d5f3c055aa9eb309561c73eb26667da6ee3197b6 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * 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]);