replace hardcoded charset with config.defEncoding
[mir.git] / templates-dist / producer / content.template
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>