[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
Mon, 9 Feb 2004 18:15:44 -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	2004-02-01 19:27:27.000000000 -0500
+++ shadow/52522.tmp.4697	2004-02-09 18:15:44.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 52522
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: jackson@ximian.com                            
 ReportedBy: liyul@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: <% tags should not be processed inside client side <script> block
@@ -183,6 +183,9 @@
 265d258
 < 				}
 
 notes: JavaScript wouldn't mind whether spaces were preserved after
 '<' operator or not. But preserve such text verbatimly will help other
 languages later.
+
+------- Additional Comments From jackson@ximian.com  2004-02-09 18:15 -------
+Could you post your patch in unified format? (diff -u). Thanks.