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:
authorAlon Gazit <alon@mono-cvs.ximian.com>2003-12-29 19:53:34 +0300
committerAlon Gazit <alon@mono-cvs.ximian.com>2003-12-29 19:53:34 +0300
commit149ba450ca849724f114bf9e427a9b017af2101d (patch)
treebf85f8a64f5d62b4b441f9039e6607c6c437d135 /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent152039aa973f22c85f8c2bf006a26ac701eba160 (diff)
update the implementation of RenderAttributes().
Change the if statement that determines if the onclick script is rendered. svn path=/trunk/mcs/; revision=21536
Diffstat (limited to 'mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog4
1 files changed, 4 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 f8351b2edbf..adc7e4b2b14 100644
--- a/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
+++ b/mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-29 Alon Gazit <along@mainsoft.com>
+ * HtmlInputButton.cs: update the implementation of RenderAttributes().
+ Change the if statement that determines if the onclick script is rendered.
+
2003-12-28 Alon Gazit <along@mainsoft.com>
* HtmlSelect.cs: add parentheses to if statement.
Currently the else statement refers to the inner if statement.