revert to iso-8859-1
authorcvs <cvs>
Tue, 14 May 2002 23:14:11 +0000 (23:14 +0000)
committercvs <cvs>
Tue, 14 May 2002 23:14:11 +0000 (23:14 +0000)
templates-dist/producer/content.template
templates-dist/producer/featuresRSS.template
templates-dist/producer/openposting.template
templates-dist/producer/startpage.template
templates-dist/producer/topiclist.template
templates-dist/producer/wml2.xsl

index 53e0026..58f41c8 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=${config.defEncoding}">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
                        <if data.content.to_media_images>
                 <meta name="keywords" content="images"></meta>
index 74b3ac7..efafb9e 100755 (executable)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding=${config.defEncoding}?>
+<?xml version="1.0" encoding=iso-8859-1?>
 
 <rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
index 407f340..595f9cc 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=${config.defEncoding}">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
 </head>
 
index 3483698..f738c49 100755 (executable)
@@ -1,7 +1,7 @@
 <html>
 <head>
 <title>${lang("producer.startpage.htmltitle")}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=${config.defEncoding}">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
 </head>
 
index aaa02a7..1da84cd 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=${config.defEncoding}">
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link rel="stylesheet" href="/style/mir.css" type="text/css">
 </head>
 
index 601ebb9..3787604 100755 (executable)
@@ -4,7 +4,7 @@
 
 <xsl:output
                   method="xml"
-                  encoding="${config.defEncoding}"
+                  encoding="iso-8859-1"
                   omit-xml-declaration="yes"
                   doctype-public="-//WAPFORUM//DTD WML 1.1//EN"
                   doctype-system="http://www.wapforum.org/DTD/wml_1.1.xml"