From cc47e004f798d50429fd605499f8004530d4abb0 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 25 Nov 2001 17:06:25 +0000 Subject: Improve handling of versionids - now every HTML file contains all versionids. I thought it might be nice to include only the versionid(s) from the .but file(s) that gave rise to a particular chapter file, but actually this is very badly defined (that information is thrown away very early on in the front end) and in any case thanks to cross-references every file _does_ depend on its fellows. Better to put them all in throughout. [originally from svn r1417] --- bk_text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bk_text.c') diff --git a/bk_text.c b/bk_text.c index 73c4cea..3bec969 100644 --- a/bk_text.c +++ b/bk_text.c @@ -581,6 +581,6 @@ static void text_versionid(FILE *fp, word *text) { text_rdaddwc(&t, text, NULL); rdaddc(&t, ']'); /* FIXME: configurability */ - fprintf(fp, "%s\n\n", t.text); + fprintf(fp, "%s\n", t.text); sfree(t.text); } -- cgit v1.1