[Mono-bugs] [Bug 52522][Wis] Changed - <% tags should not be processed inside client side <script> block

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Dec 2003 06:03:04 -0500 (EST)


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 jackson@ximian.com.

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

--- shadow/52522	2003-12-25 01:06:04.000000000 -0500
+++ shadow/52522.tmp.31675	2003-12-25 06:03:04.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52522
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
@@ -71,6 +71,9 @@
 			} 
 			else 
 			{
 				this.text.Append (text);
 			}
 		}
+
+------- Additional Comments From jackson@ximian.com  2003-12-25 06:03 -------
+This is fixed in CVS, thanks for the report.