summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-cj
blob: ab1c7c11ea93270103528db4e9ce204b565d64ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-cj,v 1.1 2008/08/09 19:57:51 kefren Exp $
--- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputRadioButton.cs.orig	2007-11-09 00:10:32.000000000 +0200
+++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputRadioButton.cs	2008-08-09 22:23:02.000000000 +0300
@@ -126,7 +126,7 @@
 			if (Page != null)
 				Page.ClientScript.RegisterForEventValidation (this.UniqueID, Value);
 #endif
-			writer.WriteAttribute ("value", Value);
+			writer.WriteAttribute ("value", Value, true);
 			Attributes.Remove ("value");
 			base.RenderAttributes (writer);
 		}