One-character patch from Jacob to fix a missing > in the HTML output.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 1 Sep 2010 17:02:13 +0000 (17:02 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 1 Sep 2010 17:02:13 +0000 (17:02 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/agedu@8988 cda61777-01e9-0310-a592-d414129be87e

html.c

diff --git a/html.c b/html.c
index 8293374..e72d1bd 100644 (file)
--- a/html.c
+++ b/html.c
@@ -570,7 +570,7 @@ char *html_query(const void *t, unsigned long index,
     }
     htprintf(ctx, "<p align=center>Key to colour coding (mouse over for more detail):\n");
     htprintf(ctx, "<p align=center style=\"padding: 0; margin-top:0.4em; "
-            "margin-bottom:1em\"");
+            "margin-bottom:1em\">");
     begin_colour_bar(ctx);
     htprintf(ctx, "<td style=\"padding-right:1em\">%s</td>\n", agebuf1);
     for (i = 0; i < MAXCOLOUR; i++)