Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv3624/chat
Modified Files:
help_popup.php3
Log Message:
Bad word case in a css selector
Index: help_popup.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/help_popup.php3,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** help_popup.php3 2001/04/28 15:59:57 1.11
--- help_popup.php3 2001/04/28 20:20:07 1.12
***************
*** 172,176 ****
</head>
! <body class="mainframe" onload="if (window.focus) window.focus()" onunload="pmcKillPointer()">
<center>
--- 172,176 ----
</head>
! <body class="mainFrame" onload="if (window.focus) window.focus()" onunload="pmcKillPointer()">
<center>
|