From: Mike N. <mh...@us...> - 2004-05-27 14:57:40
|
Update of /cvsroot/phpwebsite-comm/themes/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15006 Modified Files: theme.php Log Message: minor bug found by Darren Index: theme.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/themes/debug/theme.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** theme.php 26 May 2004 14:18:02 -0000 1.8 --- theme.php 27 May 2004 14:57:03 -0000 1.9 *************** *** 11,15 **** header("Content-Type: text/html; charset=UTF-8"); header("Content-Language: en-US"); ! $THEME["DOCTYPE"] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\"> $THEME["XHTML"] = "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\">"; $THEME["STYLESHEET"] = "<link rel=\"stylesheet\" href=\"./themes/Default/style.css\" type=\"text/css\" />"; --- 11,15 ---- header("Content-Type: text/html; charset=UTF-8"); header("Content-Language: en-US"); ! $THEME["DOCTYPE"] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"; $THEME["XHTML"] = "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\">"; $THEME["STYLESHEET"] = "<link rel=\"stylesheet\" href=\"./themes/Default/style.css\" type=\"text/css\" />"; |