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:
authorJuraj Skripsky <js@hotfeet.ch>2008-06-04 17:20:22 +0400
committerJuraj Skripsky <js@hotfeet.ch>2008-06-04 17:20:22 +0400
commitcd6f0139678799dca979870ca3396d351d1cb70c (patch)
tree8f559544c57b0dd37dde55e5e0340acf5786bfd8 /mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
parent4e5b4f09e7ddb4419167f798dd3085594217d45c (diff)
2008-06-04 Juraj Skripsky <js@hotfeet.ch>
* HtmlAnchor.cs: Do not render an empty href attribute. svn path=/trunk/mcs/; revision=104864
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 836d7b2cc23..b2f5aa6e3c0 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 @@
+2008-06-04 Juraj Skripsky <js@hotfeet.ch>
+
+ * HtmlAnchor.cs: Do not render an empty href attribute.
+
2008-02-13 Vladimir Krasnov <vladimirk@mainsoft.com>
* HtmlForm.cs: fixed action attribute in RenderAttributes under