|
From: Paul S. O. <ps...@us...> - 2002-01-11 01:17:31
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv3629/templates/subSilver Modified Files: overall_header.tpl Log Message: Changed header back to HTML 4.01 Transitional to 'temporarily' fix bug #502099 Index: overall_header.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** overall_header.tpl 2002/01/10 12:33:53 1.19 --- overall_header.tpl 2002/01/11 01:17:27 1.20 *************** *** 1,12 **** ! <!--DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" --> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> ! <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> ! <meta http-equiv="Content-Style-Type" content="text/css" /> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> ! <link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" /> <style type="text/css"> <!-- --- 1,12 ---- ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> <html> <head> ! <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> ! <meta http-equiv="Content-Style-Type" content="text/css"> {META} {NAV_LINKS} <title>{SITENAME} :: {PAGE_TITLE}</title> ! <link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css"> <style type="text/css"> <!-- |