X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/0e005efab7da1a8cbf220ba2bb19c49ab96d9133..6a4287ff3a3c14d68c6f4093ed2eb99a95f1266d:/html.c diff --git a/html.c b/html.c index 8233993..ad23159 100644 --- a/html.c +++ b/html.c @@ -959,10 +959,10 @@ char *html_query(const void *t, unsigned long index, char buf[80]; if (i == 0) { - strcpy(buf, "< "); + strcpy(buf, "> "); round_and_format_age(ctx, ctx->thresholds[0], buf+5, 0); } else if (i == MAXCOLOUR) { - strcpy(buf, "> "); + strcpy(buf, "< "); round_and_format_age(ctx, ctx->thresholds[MAXCOLOUR-1], buf+5, 0); } else { unsigned long long midrange =