diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-17 20:03:39 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:22 -0500 |
commit | dca802a68ac6bf19c7f11fd155f181e082ca62ee (patch) | |
tree | 652eb3bec19f7b696b1cab9aae698021338aef9b /docs/xslt/smb.conf-html.xsl | |
parent | f1820fa60eb415a1952116a2c0e4b924c032cd4f (diff) | |
download | samba-dca802a68ac6bf19c7f11fd155f181e082ca62ee.tar.gz samba-dca802a68ac6bf19c7f11fd155f181e082ca62ee.tar.bz2 samba-dca802a68ac6bf19c7f11fd155f181e082ca62ee.zip |
Update DTD location. Fixes smb.conf.5 build.
(This used to be commit b7da25a917d513012748225220114a9aedbe3fd6)
Diffstat (limited to 'docs/xslt/smb.conf-html.xsl')
-rw-r--r-- | docs/xslt/smb.conf-html.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/smb.conf-html.xsl b/docs/xslt/smb.conf-html.xsl index 1458f63355..dd28553d4f 100644 --- a/docs/xslt/smb.conf-html.xsl +++ b/docs/xslt/smb.conf-html.xsl @@ -7,7 +7,7 @@ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" - xmlns:samba="http://samba.org/common" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc" version="1.1" extension-element-prefixes="exsl"> |