summaryrefslogtreecommitdiffstatshomepage
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
commit2e8f242a67a04a512eae753f614e6bca2fdb595a (patch)
tree6de7fcff320a130ca9b746eed80cc4576c4ad085 /xml.c
parent97ce52b73db0ab7a5fc1b915e913624b2531f9ca (diff)
downloadmandoc-2e8f242a67a04a512eae753f614e6bca2fdb595a.tar.gz
mandoc-2e8f242a67a04a512eae753f614e6bca2fdb595a.tar.zst
mandoc-2e8f242a67a04a512eae753f614e6bca2fdb595a.zip
*** empty log message ***
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xml.c b/xml.c
index 16582027..2a722299 100644
--- a/xml.c
+++ b/xml.c
@@ -1,4 +1,4 @@
-/* $Id: xml.c,v 1.18 2008/12/07 21:30:49 kristaps Exp $ */
+/* $Id: xml.c,v 1.19 2008/12/07 23:44:19 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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));
}