]> code.citadel.org Git - citadel.git/blobdiff - webcit/who.c
* auth.c: shrink the margins on the login screen so the user sees something
[citadel.git] / webcit / who.c
index d57b18504b2fdab013da5bf753f2615ee2b56c76..bc4a55246c08e4e9944c0d833a26348402bb0e09 100644 (file)
@@ -102,11 +102,11 @@ void whobbs(void)
                                wprintf(" <A HREF=\"/terminate_session&which_session=%d&session_owner=", sess);
                                urlescputs(user);
                                wprintf("\" onClick=\"return ConfirmKill();\" "
-                               ">(kill)</A>");
+                               ">[kill]</A>");
                        }
                        if (sess == WC->ctdl_pid) {
                                wprintf(" <A HREF=\"/edit_me\" "
-                                       ">(edit)</A>");
+                                       ">[edit]</A>");
                        }
                        wprintf("</TD>");