remove language attributes from html declaration
This commit is contained in:
parent
d6b456449a
commit
195d2be9f1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
tal:define="controller nocall:view/@@controller;
|
tal:define="controller nocall:view/@@controller;
|
||||||
dummy view/setupSubviews"
|
dummy view/setupSubviews"
|
||||||
tal:condition="view/update"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
tal:condition="view/update"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||||
i18n:domain="zope"
|
i18n:domain="zope"
|
||||||
tal:define="resourceBase controller/resourceBase;
|
tal:define="resourceBase controller/resourceBase;
|
||||||
body view/pageBody">
|
body view/pageBody">
|
||||||
|
|
Loading…
Add table
Reference in a new issue