summaryrefslogtreecommitdiff
path: root/docs/xslt/generate-attributions.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-03-13 17:28:48 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:20 -0500
commitd74de63ddbf5cf0194a7f9d12e608e6e95da6d6c (patch)
tree65468998241c0cb9f2aafc1640422d177bace6b4 /docs/xslt/generate-attributions.xsl
parent2bc1700bcb6edf92cf629a710700e4eee649ad3b (diff)
downloadsamba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.gz
samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.bz2
samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.zip
Another set of validation updates
(This used to be commit 5ec9c67db982c020dd98cf972d72f898e4b71fe5)
Diffstat (limited to 'docs/xslt/generate-attributions.xsl')
-rw-r--r--docs/xslt/generate-attributions.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl
index fed7325c9b..6a52902dca 100644
--- a/docs/xslt/generate-attributions.xsl
+++ b/docs/xslt/generate-attributions.xsl
@@ -6,7 +6,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.1">
- <xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" omit-xml-declaration="yes" indent="yes"/>
+ <xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" indent="yes"/>
<!-- Remove all character data -->
<xsl:template match="@*|node()">