diff mgallery.php @ 214:926779f93229

Remove meta-equiv character set tag.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Mar 2018 18:17:38 +0200
parents 0a0a2936d779
children 27e541d02be8
line wrap: on
line diff
--- a/mgallery.php	Thu Mar 22 17:54:04 2018 +0200
+++ b/mgallery.php	Thu Mar 22 18:17:38 2018 +0200
@@ -133,7 +133,6 @@
     "<html>\n".
     "<head>\n".
     "  <meta charset=\"".$pageCharset."\">\n".
-    "  <meta http-equiv=\"Content-type\" content=\"text/html;charset=".$pageCharset."\">\n".
     "  <script type=\"text/javascript\" src=\"".mgMangleURI($pageJSFile)."\"></script>\n".
     "  <title>".strip_tags($pageTitle)."</title>\n".
     mgGetCSSLine($pageCSS, FALSE).