[Mono-aspnet-list] Garbled output with asp.net mvc
Antoine Cailliau
antoinecailliau at gmail.com
Mon Jun 20 05:56:09 EDT 2011
Hi all,
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]-->
but I need to typeset the following string to have the correct output:
<!--[if lt IE 9]> <script
src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></scriptipt>>
<![endif]-->
Notes extra spaces and closing tag. With the "normal" string, I get the
following output:
<!--[if lt IE 9]>9]><script
src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></scr<![endif]-->
Can someone confirm the bug ? It seems to be a mis-alignement in the
enclosed string.
Antoine
--
Antoine Cailliau
More information about the Mono-aspnet-list
mailing list