conform to XHTML spec
This commit is contained in:
parent
e2e00085ed
commit
d4048b61bb
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="%(encoding)s"?>
|
<?xml version="1.0" encoding="%(encoding)s" ?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<!--
|
<!--
|
||||||
This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new
|
This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new
|
||||||
PEP, see http://www.python.org/peps/pep-0001.html for instructions and links
|
PEP, see http://www.python.org/peps/pep-0001.html for instructions and links
|
||||||
|
|
Loading…
Reference in New Issue