From b212ca36f2db6271ebc2bcae4584575888a350ba Mon Sep 17 00:00:00 2001 From: Nick Grossman Date: Fri, 16 Apr 1999 22:32:33 +0000 Subject: [PATCH] Thus Apr 14 6:30:00 1999 Nick Grossman Fixed my fix in who.c (fixed frame target in room name) --- webcit/who.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/who.c b/webcit/who.c index 371431869..2ae652dd4 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -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(""); } -- 2.39.2