From: tei <42...@in...> - 2004-01-31 06:07:30
|
I think this has ben already see in this list before (can be somewhat very common here) but is new for me. I have a old Wiki with a few visits every day: telejano.berlios.de For some reason the latest Internet Explorer conflict with some code at phpwiki,... the doctype line. I have read the code and found that: <!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"> at the file: ./themes/default/templates/html.tmpl This conflict with IE 6.0.280 If you change to this: <!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"> ...everything work. |