[Mono-aspnet-list] Garbled output with asp.net mvc

Mike mmiller at therealtimegroup.com
Thu Jan 5 18:47:36 UTC 2012


Antoine Cailliau <antoinecailliau <at> gmail.com> writes:

> I encounter a very weird bug. I have the following code in a website:
> <!--[if lt IE 9]><script 
> src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> 

Use this instead:

<![if lt IE 9]>
<script> src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]> 


Mike [;-}>






More information about the Mono-aspnet-list mailing list