summaryrefslogtreecommitdiff
path: root/bk_html.c
diff options
context:
space:
mode:
Diffstat (limited to 'bk_html.c')
-rw-r--r--bk_html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bk_html.c b/bk_html.c
index 615c1e1..7b22b74 100644
--- a/bk_html.c
+++ b/bk_html.c
@@ -971,7 +971,7 @@ void html_backend(paragraph *sourceform, keywordlist *keywords,
case XHTML_1_0_STRICT:
ho_string(&ho, "<?xml version=\"1.0\" encoding=\"");
ho_string(&ho, charset_to_mimeenc(conf.output_charset));
- ho_string(&ho, "%s\"?>\n"
+ ho_string(&ho, "\"?>\n"
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML"
" 1.0 Strict//EN\"\n\"http://www.w3.org/TR/xhtml1/"
"DTD/xhtml1-strict.dtd\">\n");