DOCTYPE Warning in IE

When using IE Browser for my website, it gives a warning : Invalid HTML5 DOCTYPE. Consider using the interoperable form "<!DOCTYPE html>". :   So Should I change the header from :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 

to

<!DOCTYPE html> ?   or is this a quirk in IE10? Other browsers don't give that warning.

Quote · 7 Nov 2014

Must be a IE10 thing. No other major browsers display such as warning. IE has always been a bitch to deal with.

Most likely caused by this line in templates/base/_header.html

<meta http-equiv="X-UA-Compatible" content="IE=Edge" />

However i am guessing some setting in your browser. Many are already using IE10 as it is the default browser in windows 8, and i have not seen anyone report this issue yet.

That line is intended to tell IE not to use compatibility mode. It was added to newer versions of dolphin due to issues with IE8 and 9 and people not realizing what mode they set their browser to. It may not be possible to get the site to work without problems on all versions of IE. If you must support IE10. Then try removing that line. But it may break older versions of IE.

https://www.deanbassett.com
Quote · 7 Nov 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.