use configurable Mir.DefaultHTMLCharset instead of hardcoded value
authormh <mh>
Mon, 23 Dec 2002 03:53:23 +0000 (03:53 +0000)
committermh <mh>
Mon, 23 Dec 2002 03:53:23 +0000 (03:53 +0000)
templates/admin/content.template
templates/admin/start_admin.template

index 8a22e04..f5481a0 100755 (executable)
@@ -2,7 +2,7 @@
   <head>
     <title>${lang("content.htmltitle")}</title>
     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css"
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta http-equiv="Content-Type" content="text/html; charset=${config["Mir.DefaultHTMLCharset"]}">
   </head>
 
 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
index 625cf30..299e5a5 100755 (executable)
@@ -2,7 +2,7 @@
   <head>
     <title>${config["Mir.Name"]} | ${lang("start.htmltitle")}</title>
     <link rel="stylesheet" type="text/css" href="${config.docRoot}/style/admin.css"
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta http-equiv="Content-Type" content="text/html; charset=${config["Mir.DefaultHTMLCharset"]}">
   </head>
 
 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">