aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2008-04-25 16:23:51 +0000
committerDaniel P. Berrange <berrange@redhat.com>2008-04-25 16:23:51 +0000
commitd62a9f2390d9a642e4deef56529a8ce7c8333540 (patch)
treee8b2e83cbe0061faea203a597a0356f1c2fd9dde /docs/newapi.xsl
parentAdding Anton Protopopov to AUTHORS (diff)
downloadlibvirt-d62a9f2390d9a642e4deef56529a8ce7c8333540.tar.gz
libvirt-d62a9f2390d9a642e4deef56529a8ce7c8333540.tar.bz2
libvirt-d62a9f2390d9a642e4deef56529a8ce7c8333540.zip
Adapt layout to workaround IE6 bugs
Diffstat (limited to 'docs/newapi.xsl')
-rw-r--r--docs/newapi.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/newapi.xsl b/docs/newapi.xsl
index 922e25a13..5d1cba470 100644
--- a/docs/newapi.xsl
+++ b/docs/newapi.xsl
@@ -17,8 +17,8 @@
<!-- Generate XHTML-1.0 transitional -->
<xsl:output method="xml" encoding="ISO-8859-1" indent="yes"
- doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
- doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
+ doctype-public="-//W3C//DTD XHTML 1.0//EN"
+ doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
<!-- Build keys for all symbols -->
<xsl:key name="symbols" match="/api/symbols/*" use="@name"/>