我想把这个注释放到:
<head>
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js">
</script>
<![endif]-->
<ui:insert name="faceletHeader"/>
</head>
,但注释将从头部删除。在配置文件中没有设置跳过注释值。如何插入这条评论?
谢谢
使用<h:outputText escape="false">
<h:outputText value="<!--[if lt IE 8]><script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script><![endif]-->" escape="false" />