[Mono-bugs] [Bug 59466][Nor] Changed - HtmlTextWriter fails to render closing HTML tags it does not know
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Jun 2004 12:21:18 -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=59466
--- shadow/59466 2004-06-02 08:32:50.000000000 -0400
+++ shadow/59466.tmp.29505 2004-06-02 12:21:18.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 59466
Product: Mono: Class Libraries
Version: unspecified
OS: SUSE 9.0
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.Web
AssignedTo: mono-bugs@ximian.com
ReportedBy: markus@kraeutner.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -34,6 +34,12 @@
HtmlTextWriter w = new HtmlTextWriter(System.Console.Out);
w.RenderBeginTag("test");
w.RenderEndTag();
}
}
}
+
+------- Additional Comments From gonzalo@ximian.com 2004-06-02 12:21 -------
+Fixed in CVS with your patch.
+
+Thanks!
+