|
From: Lo?c C. <lo...@us...> - 2001-04-04 08:37:46
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv11314/chat
Modified Files:
loader.php3
Log Message:
Just a little better generated HTML code
Index: loader.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/loader.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** loader.php3 2001/04/03 20:10:15 1.1
--- loader.php3 2001/04/04 08:37:41 1.2
***************
*** 324,329 ****
// Set the headers for the 'messages' frame
document.open('text/html', 'replace');
! document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">');
! document.write('<html dir="<?php echo($textDirection); ?>">\n\n<head>\n');
document.write('<title>Dynamic messages frame<\/title>\n');
document.write('<link rel="stylesheet" href="<?php echo($cssUrl); ?>" type="text/css" \/>\n');
--- 324,330 ----
// Set the headers for the 'messages' frame
document.open('text/html', 'replace');
! document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">\n');
! document.write('<html dir="<?php echo($textDirection); ?>">\n\n');
! document.write('<head>\n');
document.write('<title>Dynamic messages frame<\/title>\n');
document.write('<link rel="stylesheet" href="<?php echo($cssUrl); ?>" type="text/css" \/>\n');
|