hgbook

changeset 905:17dd7df51f86

Fix http-equiv TAL statement.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 20:01:26 2009 +0100 (2009-10-26)
parents af7b5bbfcbd9
children 92f13a597d93
files plastex-theme/default-layout.html
line diff
     1.1 --- a/plastex-theme/default-layout.html	Mon Oct 26 16:44:44 2009 +0100
     1.2 +++ b/plastex-theme/default-layout.html	Mon Oct 26 20:01:26 2009 +0100
     1.3 @@ -3,7 +3,8 @@
     1.4    <head>
     1.5      <title tal:content="self/title">Book Title</title>
     1.6      <meta name="generator" content="plasTeX" />
     1.7 -    <meta content="text/html; charset=${config/files/output-encoding}" http-equiv="content-type" />
     1.8 +    <meta http-equiv="content-type"
     1.9 +          tal:attributes="content string:text/html; charset=${config/files/output-encoding}" />
    1.10  
    1.11      <link rel="stylesheet" href="styles/styles.css"/>
    1.12      <link rel="stylesheet" href="/support/styles/styles.css"/>