[gen] Added a doctype in the standard Appy template.
This commit is contained in:
parent
d480e58d01
commit
fb40913ef5
|
@ -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 }
|
||||
|
|
|
@ -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:<!DOCTYPE html PUBLIC
|
||||
"-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">" />
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue