summaryrefslogtreecommitdiff
path: root/lang/mono/patches/patch-cg
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mono/patches/patch-cg')
-rw-r--r--lang/mono/patches/patch-cg12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-cg b/lang/mono/patches/patch-cg
new file mode 100644
index 00000000000..d33b28927e8
--- /dev/null
+++ b/lang/mono/patches/patch-cg
@@ -0,0 +1,12 @@
+$NetBSD: patch-cg,v 1.1 2008/08/09 19:57:51 kefren Exp $
+--- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlControl.cs.orig 2007-11-09 00:10:32.000000000 +0200
++++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlControl.cs 2008-08-09 22:23:02.000000000 +0300
+@@ -90,7 +90,7 @@
+ catch (Exception) {
+ throw new HttpException(attribName + " property had malformed url");
+ }
+- writer.WriteAttribute(attribName, attr);
++ writer.WriteAttribute(attribName, attr, true);
+ Attributes.Remove(attribName);
+ }
+ }