diff --git a/src/puzzler.cgi.c b/src/puzzler.cgi.c index a821755..87fe86d 100644 --- a/src/puzzler.cgi.c +++ b/src/puzzler.cgi.c @@ -74,7 +74,10 @@ main(int argc, char *argv) logfile, "%s %s %ld", team, category, points); cgi_page("Points awarded", - "

%d points for %s.

", points, team); + ("

%d points for %s.

\n" + "

Patience please: it may be up to 1 minute before " + "the next puzzle opens in this category.

"), + points, team); return 0; }