Update of /cvsroot/xoops/xoops-current/html/include
In directory usw-pr-cvs1:/tmp/cvs-serv8061
Modified Files:
functions.php
Log Message:
no message
Index: functions.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/include/functions.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** functions.php 18 Sep 2002 11:02:07 -0000 1.13
--- functions.php 18 Sep 2002 11:54:29 -0000 1.14
***************
*** 38,41 ****
--- 38,42 ----
$meta = getMeta();
$meta = $myts->makeTareaData4InsideQuotes($meta);
+ echo "<!DOCTYPE html PUBLIC '//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>\n";
echo "<html>\n";
echo "<head>\n";
|