replace hardcoded charset with config.defEncoding
authormh <mh>
Tue, 10 Dec 2002 21:15:02 +0000 (21:15 +0000)
committermh <mh>
Tue, 10 Dec 2002 21:15:02 +0000 (21:15 +0000)
templates-dist/admin/start_admin.template
templates-dist/open/posting.template
templates-dist/producer/content.template
templates-dist/producer/openposting.template
templates-dist/producer/startpage.template
templates-dist/producer/topiclist.template

index 5a12037..6ee2901 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
   <head>
     <title>${lang("start.htmltitle")}</title>
-    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <meta http-equiv="Content-Type" content="text/html; charset=${config.defEncoding}">
   </head>
 
 <body bgcolor="#FFFFFF" link="#666666" vlink="#990000" alink="#990000">
index e9431ab..17c044e 100755 (executable)
@@ -6,7 +6,7 @@
        <meta name="author" content="${lang("open.posting.meta.author")}">
        <meta name="keywords" content="${lang("open.posting.meta.keywords")}">
        <!--<meta name="date" content="### Date ###Time">-->
-       <meta http-equiv="Content-Type" content="text/html; charset=iso-8559-1">
+       <meta http-equiv="Content-Type" content="text/html; charset=${config.defEncoding}">
        <meta name="robots" content="index">
        <meta name="robots" content="follow">
 
index b63fc81..0cd442f 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
 <title>${lang("producer.content.htmltitle")}${content.title}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=${config.defEncoding}">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
                        <if data.content.to_media_images>
                 <meta name="keywords" content="images"></meta>
index 595f9cc..407f340 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
 <title>${lang("producer.openposting.htmltitle")}${topic.title}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=${config.defEncoding}">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
 </head>
 
index f738c49..3483698 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
 <title>${lang("producer.startpage.htmltitle")}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=${config.defEncoding}">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
 </head>
 
index 1da84cd..aaa02a7 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
 <title>${lang("producer.topiclist.htmltitle")}${topic.title}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=${config.defEncoding}">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
 </head>