]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/tpl-validator.php
Extensions fixed/improved:
[mailer.git] / DOCS / tpl-validator.php
index c0a8dc3e4085939c01ad7378acce56bb3f8e0834..deead7a895f5fddcc644c68d83e4716dab2de76b 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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]);