From: Lo?c C. <lo...@us...> - 2001-12-08 18:33:41
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat In directory usw-pr-cvs1:/tmp/cvs-serv22209/chat Modified Files: loader.php3 Log Message: fixed bugs with code used to download stylesheet Index: loader.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/loader.php3,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** loader.php3 2001/11/29 22:00:56 1.25 --- loader.php3 2001/12/08 18:33:38 1.26 *************** *** 367,370 **** --- 367,371 ---- // The url for the style sheet $cssUrl = pmcUrlForStyleSheet('style', L_CHARSET, (defined('L_FONT_NAME')) ? L_FONT_NAME : '', L_FONT_SIZE); + $cssUrl = str_replace('/', '\\/', $cssUrl); ?> // Set the headers for the 'messages' frame |