[gen] Added a doctype in the standard Appy template.

This commit is contained in:
Gaetan Delannay 2013-04-12 08:38:33 +02:00
parent d480e58d01
commit fb40913ef5
2 changed files with 7 additions and 3 deletions

View file

@ -142,3 +142,4 @@ img { border: 0; vertical-align: middle }
.homeTable { background-color: #E3E3E3; border-top: 1px solid grey } .homeTable { background-color: #E3E3E3; border-top: 1px solid grey }
.homeTable td { padding: 10px 5px 10px 10px } .homeTable td { padding: 10px 5px 10px 10px }
.homeTable th { padding-top: 5px; font-size: 105% } .homeTable th { padding-top: 5px; font-size: 105% }
.first { margin-top: 0px }

View file

@ -1,6 +1,8 @@
<!DOCTYPE html> <metal:main define-macro="main">
<html metal:define-macro="main" <tal:doctype tal:replace="structure string:&lt;!DOCTYPE html PUBLIC
tal:define="user tool/getUser; &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;" />
<html tal:define="user tool/getUser;
isAnon tool/userIsAnon; isAnon tool/userIsAnon;
app tool/getApp; app tool/getApp;
appUrl app/absolute_url; appUrl app/absolute_url;
@ -218,3 +220,4 @@
</table> </table>
</body> </body>
</html> </html>
</metal:main>