[Mono-bugs] [Bug 47918][Cos] Changed - HtmlGenericControl Always uses span

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Aug 2003 14:23:53 -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 bmaurer@users.sf.net.

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

--- shadow/47918	2003-08-26 14:13:02.000000000 -0400
+++ shadow/47918.tmp.20802	2003-08-26 14:23:53.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 47918
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: 001 One hour
 Priority: Cosmetic
 Component: System.Web
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
@@ -25,6 +25,18 @@
 as <span id="title"> (the text that was dynamically generated) </span>.
 This is invalid HTML.
 
 ------- Additional Comments From gonzalo@ximian.com  2003-08-26 14:13 -------
 I don't know what blogx is.
 Can you attach a simple test case?
+
+------- Additional Comments From bmaurer@users.sf.net  2003-08-26 14:23 -------
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+<HTML>
+    <HEAD>
+        <title id="title" runat="server">ChrisAn's BlogX</title> 
+    </HEAD>
+    <body>
+	Hello World
+    </body>
+</HTML>
+