[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 td { padding: 10px 5px 10px 10px }
.homeTable th { padding-top: 5px; font-size: 105% }
.first { margin-top: 0px }

View file

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html metal:define-macro="main"
tal:define="user tool/getUser;
<metal:main define-macro="main">
<tal:doctype tal:replace="structure string:&lt;!DOCTYPE html PUBLIC
&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;
app tool/getApp;
appUrl app/absolute_url;
@ -218,3 +220,4 @@
</table>
</body>
</html>
</metal:main>