From eb37a2f0b312a85d81d42ec0d64b24e3cb799d9f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 30 Jan 2009 21:24:18 +0000 Subject: [PATCH] * Add 'actiondiv' to the summary screen banner so that the 'make this my start page' link appears in the correct location and style --- webcit/summary.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webcit/summary.c b/webcit/summary.c index 7f3db02f5..19caa74fa 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -271,11 +271,13 @@ void summary(void) { wprintf("

"); output_date(); wprintf("

"); + wprintf("
"); wprintf(""); wprintf("
"); + wprintf(""); /* * You guessed it ... we're going to refresh using ajax. -- 2.39.2