[Mono-aspnet-list] mono 2.6 cannot explain [if IE] correctly in aspx

Roman Zaks roman.zaks at gmail.com
Thu Dec 17 12:42:43 EST 2009




springydd wrote:
> 
> we have some aspx files, which run well under v2.4.x.x. but today, when i
> update mono to v2.6. the file report error.
> on server the code is:
> 
> <!--[if IE]><script type="text/javascript"
> src="/js/excanvas.js"></script><![endif]-->
> 
> but be explianed in browser:
> 
> <!--[if IE]>E]><script type="text/javascript"
> src="/js/excanvas.js"></sc<![endif]-->
> 

I am experiencing a similar behavior.

<!--[if lte IE 6]><style type="text/css" media="screen">/* <![CDATA[ */
@import url(/css/ie6.css); /* ]]> */</style><![endif]-->

turned into

 <!--[if lte IE 6]>entwireup="true" CodeFile="index.aspx./* <![CDATA[ */
@import url(/css/ie6.css); /* ]]> */rc="~/in<![endif]-->

-- 
View this message in context: http://old.nabble.com/mono-2.6-cannot-explain--if-IE--correctly-in-aspx-tp26826087p26832018.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list