Mercurial > p > roundup > code
diff templates/minimal/html/_generic.help.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 | 0548fa01842b |
| children | 72da35f24624 |
line wrap: on
line diff
--- a/templates/minimal/html/_generic.help.html Thu May 13 00:24:32 2004 +0000 +++ b/templates/minimal/html/_generic.help.html Thu May 13 12:39:12 2004 +0000 @@ -2,6 +2,8 @@ <html> <head> <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}" /> <tal:block tal:condition="python:request.form.has_key('property')"> <title tal:content="string:${request/form/property/value} help">Property</title> <script language="Javascript" type="text/javascript"
