diff templates/minimal/html/page.html @ 2295:fb39722d8735

meta http-equiv for Content-Type added back, this time with actual charset name
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Thu, 13 May 2004 12:39:12 +0000
parents 35b4435d2ef2
children e323c2d54a17
line wrap: on
line diff
--- a/templates/minimal/html/page.html	Thu May 13 00:24:32 2004 +0000
+++ b/templates/minimal/html/page.html	Thu May 13 12:39:12 2004 +0000
@@ -4,9 +4,9 @@
 <html>
 <head>
 <title metal:define-slot="head_title">title goes here</title>
-
 <link rel="stylesheet" type="text/css" href="@@file/style.css">
-
+<meta http-equiv="Content-Type"
+ tal:attributes="content string:text/html;; charset=${request/client/charset}" />
 <script tal:replace="structure request/base_javascript">
 </script>
 

Roundup Issue Tracker: http://roundup-tracker.org/