summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-14 12:32:28 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-14 12:32:28 +0000
commitbc4e834998995f37216b3d52f6d974409fc3e455 (patch)
tree4d3518d97e34e557c430b505c8d1d3fe2ed7ed7b /DOCS
parent4acac0faf50449e071ee7557685b5f64ad4ea5ec (diff)
downloadmpv-bc4e834998995f37216b3d52f6d974409fc3e455.tar.bz2
mpv-bc4e834998995f37216b3d52f6d974409fc3e455.tar.xz
Set DOCTYPE in xsl-generated HTML documentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28944 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/html-common.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/xml/html-common.xsl b/DOCS/xml/html-common.xsl
index dc3cb14cea..d803b3d1d4 100644
--- a/DOCS/xml/html-common.xsl
+++ b/DOCS/xml/html-common.xsl
@@ -2,7 +2,9 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-<xsl:output method="html" indent="no"/>
+<xsl:output method="html" indent="no"
+ doctype-system="http://www.w3.org/TR/html4/loose.dtd"
+ doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<!-- **************
Set parameters