Emulate IE8 (in IE9)

Hi,

 Part of our users will soon move to IE9, but we currently made not enough tests for IE9.

 There is an alternative solution to assure compatibility. We have to insert the following[b] html tag[/b] in the header:

force IE8 compatibility mode on IE9:

<

meta http-equiv=“X-UA-Compatible” content=“IE=EmulateIE8”

 Does anyone know how I can insert this tag (< and > do not work) in the
<head>

tag (shell, edit something in portal.war)?

br,
Vlad

You would want to modify the html_head.nbsp page at:
$PORTAL_HOME\server\default\deploy\portal.war\ui\system\html_head.nbsp

However, this file will be over-written for every upgrade.

In order to get these changes to be applied, you’ll have to restart in debug mode (-d) and then browse to at least one page. Afterwards, you can restart in normal mode.

Regards,
–mark