From: simon Date: Wed, 1 Sep 2010 17:02:13 +0000 (+0000) Subject: One-character patch from Jacob to fix a missing > in the HTML output. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/commitdiff_plain/c828a5bcdf3767db37e48c278153ef05e65f8b66 One-character patch from Jacob to fix a missing > in the HTML output. git-svn-id: svn://svn.tartarus.org/sgt/agedu@8988 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/html.c b/html.c index 8293374..e72d1bd 100644 --- a/html.c +++ b/html.c @@ -570,7 +570,7 @@ char *html_query(const void *t, unsigned long index, } htprintf(ctx, "

Key to colour coding (mouse over for more detail):\n"); htprintf(ctx, "

"); begin_colour_bar(ctx); htprintf(ctx, "%s\n", agebuf1); for (i = 0; i < MAXCOLOUR; i++)