Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2007-07-16 15:31:54 +0400
committerMarek Habersack <grendel@twistedcode.net>2007-07-16 15:31:54 +0400
commit93dd9afb5ce360b1ed9eda4e5614c45191219bee (patch)
tree94834a4a331b059d519a30e562517cb031506b4e /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent1e2a73bdf5b44a544e46b95469f158d640e7aec0 (diff)
2007-07-16 Marek Habersack <mhabersack@novell.com>
* HtmlHeadBuilder.cs: the <meta> tag should be supported as well. * HtmlTitle.cs: if the tag has any children, or the render method delegate has been defined, render the children. Output the contents of Text otherwise. Fixes bug #82102 svn path=/trunk/mcs/; revision=82025
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
index 69e51dce98e..a01dbb72e0e 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-16 Marek Habersack <mhabersack@novell.com>
+
+ * HtmlHeadBuilder.cs: the <meta> tag should be supported as well.
+
+ * HtmlTitle.cs: if the tag has any children, or the render method
+ delegate has been defined, render the children. Output the
+ contents of Text otherwise. Fixes bug #82102
+
2007-05-08 Marek Habersack <mhabersack@novell.com>
* HtmlInputButton.cs: button of type 'reset' does not invoke