]> code.citadel.org Git - citadel.git/commitdiff
Thus Apr 14 6:30:00 1999 Nick Grossman <nick@ulster.net>
authorNick Grossman <mr.t@uncensored.citadel.org>
Fri, 16 Apr 1999 22:32:33 +0000 (22:32 +0000)
committerNick Grossman <mr.t@uncensored.citadel.org>
Fri, 16 Apr 1999 22:32:33 +0000 (22:32 +0000)
Fixed my fix in who.c (fixed frame target in room name)

webcit/who.c

index 3714318699f9bcb4061fd71f396092952ee2f7ca..2ae652dd4722cacab62ebdbc00104a3e83f0355e 100644 (file)
@@ -116,7 +116,7 @@ void whobbs(void)
                                urlescputs(wlist->roomname);
                                wprintf("\" onMouseOver=\"window.status='Go to room ");
                                escputs(wlist->roomname);
-                               wprintf("'; return true\">");
+                               wprintf("'; return true\" TARGET=\"top\">");
                                escputs(wlist->roomname);
                                wprintf("</A>");
                        }