Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2293:51b34469b7aa | 2295:fb39722d8735 |
|---|---|
| 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | 2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 3 "http://www.w3.org/TR/html4/strict.dtd"> | 3 "http://www.w3.org/TR/html4/strict.dtd"> |
| 4 <html> | 4 <html> |
| 5 <head> | 5 <head> |
| 6 <title metal:define-slot="head_title">title goes here</title> | 6 <title metal:define-slot="head_title">title goes here</title> |
| 7 | |
| 8 <link rel="stylesheet" type="text/css" href="@@file/style.css"> | 7 <link rel="stylesheet" type="text/css" href="@@file/style.css"> |
| 9 | 8 <meta http-equiv="Content-Type" |
| 9 tal:attributes="content string:text/html;; charset=${request/client/charset}" /> | |
| 10 <script tal:replace="structure request/base_javascript"> | 10 <script tal:replace="structure request/base_javascript"> |
| 11 </script> | 11 </script> |
| 12 | 12 |
| 13 </head> | 13 </head> |
| 14 <body class="body" marginwidth="0" marginheight="0"> | 14 <body class="body" marginwidth="0" marginheight="0"> |
