diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-07 23:44:19 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-07 23:44:19 +0000 |
commit | 4d6ceae2e171f93941c034f3fd0b97bb79455f43 (patch) | |
tree | 7a80698d6abde15b173e052c64804fa7c1d0d42a /xml.c | |
parent | 9cfd399b48f2cd71976b10351b4c867c08396360 (diff) | |
download | mandoc-4d6ceae2e171f93941c034f3fd0b97bb79455f43.tar.gz |
*** empty log message ***
Diffstat (limited to 'xml.c')
-rw-r--r-- | xml.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)); } |