PERFORCE change 148451 for review
Robert Watson
rwatson at FreeBSD.org
Mon Aug 25 21:15:03 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148451
Change 148451 by rwatson at rwatson_fledge on 2008/08/25 21:14:31
Announce doctype.
Submitted by: bz, trasz
Affected files ...
.. //depot/projects/trustedbsd/www/page.xsl#11 edit
Differences ...
==== //depot/projects/trustedbsd/www/page.xsl#11 (text+ko) ====
@@ -2,7 +2,9 @@
xmlns:cvs="http://www.FreeBSD.org/XML/CVS">
<xsl:import href="includes.xsl"/>
<xsl:import href="heading.xsl"/>
- <xsl:output method="html" indent="yes" encoding="UTF-8" />
+ <xsl:output method="html" indent="yes" encoding="UTF-8"
+ doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
+ doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
<!-- doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" -->
<!-- doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" /> -->
More information about the p4-projects
mailing list