Mercurial > p > roundup > code
comparison templates/classic/html/page.html @ 2281:35b4435d2ef2
remove misleading 'http-equiv' meta
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 11 May 2004 13:37:31 +0000 |
| parents | c77483d2cda4 |
| children | fb39722d8735 |
comparison
equal
deleted
inserted
replaced
| 2280:0548fa01842b | 2281:35b4435d2ef2 |
|---|---|
| 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 <meta http-equiv="Content-Type" content="text/html; charset=utf-8;"> | |
| 8 | 7 |
| 9 <link rel="stylesheet" type="text/css" href="@@file/style.css"> | 8 <link rel="stylesheet" type="text/css" href="@@file/style.css"> |
| 10 | 9 |
| 11 <script tal:replace="structure request/base_javascript"> | 10 <script tal:replace="structure request/base_javascript"> |
| 12 </script> | 11 </script> |
