summaryrefslogtreecommitdiffstats
path: root/xml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 23:44:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 23:44:19 +0000
commit4d6ceae2e171f93941c034f3fd0b97bb79455f43 (patch)
tree7a80698d6abde15b173e052c64804fa7c1d0d42a /xml.c
parent9cfd399b48f2cd71976b10351b4c867c08396360 (diff)
downloadmandoc-4d6ceae2e171f93941c034f3fd0b97bb79455f43.tar.gz
*** empty log message ***
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml.c b/xml.c
index 6ea57380..fb1405e5 100644
--- a/xml.c
+++ b/xml.c
@@ -131,7 +131,8 @@ xml_begin(struct md_mbuf *mbuf, const struct md_args *args,
"encoding=\"UTF-8\"?>\n", NULL))
return(0);
return(ml_puts(mbuf, "<mdoc xmlns:block=\"block\" "
- "xmlns:special=\"special\" "
+ "xmlns:body=\"body\" "
+ "xmlns:head=\"head\" "
"xmlns:inline=\"inline\">", NULL));
}