|
From: Bart v. B. <ba...@us...> - 2001-11-26 14:19:42
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv25939/subSilver Modified Files: overall_header.tpl Log Message: Oops, accidentaly changed the DOCTYPE.. Index: overall_header.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** overall_header.tpl 2001/11/26 12:09:37 1.10 --- overall_header.tpl 2001/11/26 14:19:39 1.11 *************** *** 1,3 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> --- 1,6 ---- ! <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" --> ! <!-- <html xmlns="http://www.w3.org/1999/xhtml"> --> ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> |