[Mono-bugs] [Bug 78643][Nor] Changed - MS.NET needs alternating quotes in server controls, mono does not

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 14 08:04:01 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by juraj at hotfeet.ch.

http://bugzilla.ximian.com/show_bug.cgi?id=78643

--- shadow/78643	2006-06-14 08:03:23.000000000 -0400
+++ shadow/78643.tmp.5065	2006-06-14 08:04:01.000000000 -0400
@@ -21,6 +21,11 @@
 
 This works on both Mono and MS.NET:
 <asp:Literal text='<%# "Test" %>' runat="server" />
 
 This works only on Mono:
 <asp:Literal text="<%# "Test" %>" runat="server" />
+
+------- Additional Comments From juraj at hotfeet.ch  2006-06-14 08:04 -------
+Created an attachment (id=17181)
+test case ("quotes.aspx")
+


More information about the mono-bugs mailing list