From e446ba3cf1f72dca390e9c9a5fe987f3dcccd440 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 12 May 2017 19:30:53 +0100 Subject: Remove a spurious %s from the XHTML header. I introduced this in commit b3db1cce3, which I hadn't really meant to push at all yet (it's groundwork for a new feature that's still in development), but which I had absentmindedly left lying around in my usual checkout directory when the time came to do 84ed4f994, and which got pushed as a side effect without having been quite fully tested yet. Ahem. --- bk_html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, "\n" + ho_string(&ho, "\"?>\n" "\n"); -- cgit v1.1