[Mono-bugs] [Bug 43371][Cos] Changed - AspParser cripples xml declaration in xhtml docs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 21 May 2003 19:18:33 -0400 (EDT)


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

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

--- shadow/43371	Tue May 20 11:43:39 2003
+++ shadow/43371.tmp.3190	Wed May 21 19:18:33 2003
@@ -1,13 +1,13 @@
 Bug#: 43371
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Cosmetic
 Component: System.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: scyldinga@f-m.fm               
 QAContact: mono-bugs@ximian.com
@@ -89,6 +89,11 @@
  
 			break;
  
 		case Token.IDENTIFIER:
  
 			id = tokenizer.Value;
+
+------- Additional Comments From gonzalo@ximian.com  2003-05-21 19:18 -------
+Fixed in CVS.
+
+Thanks!