I wasn't woken this morning, I confused span and class ;-)
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 9 Jul 2007 11:59:30 +0000 (11:59 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 9 Jul 2007 11:59:30 +0000 (11:59 +0000)
webcit/summary.c

index 3809a822c6043c57b941a19f68c7c83616c223c4..4efedece524d38b368f209924c1de9aa01cadc40 100644 (file)
@@ -89,7 +89,7 @@ void wholist_section(void) {
                extract_token(user, buf, 1, '|', sizeof user);
                 last_activity = extract_long(buf, 5);
                if (strcmp(user, NLI)) {
-                       wprintf("<li span=\"");
+                       wprintf("<li class=\"");
                         if ((now - last_activity) > 900L) {
                                 wprintf("inactiveuser");
                         }