summaryrefslogtreecommitdiffstats
path: root/docs-xml/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'docs-xml/wscript_build')
-rw-r--r--docs-xml/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build
index a752758626..d6ef434cf3 100644
--- a/docs-xml/wscript_build
+++ b/docs-xml/wscript_build
@@ -98,7 +98,7 @@ def smbdotconf_generate_parameter_list(task):
parameter_all = task.outputs[0].bldpath(task.env)
articles = task.inputs
- t = '<section xmlns:xi="http://www.w3.org/2003/XInclude">\n'
+ t = '<section xmlns:xi="http://www.w3.org/2001/XInclude">\n'
for article in articles:
t += "<xi:include href='file://" + article.abspath(task.env) + "' parse='xml'/>\n"
t += "</section>\n"