diff options
Diffstat (limited to 'lang/mono/patches/patch-ci')
-rw-r--r-- | lang/mono/patches/patch-ci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/mono/patches/patch-ci b/lang/mono/patches/patch-ci new file mode 100644 index 00000000000..6470de3091d --- /dev/null +++ b/lang/mono/patches/patch-ci @@ -0,0 +1,12 @@ +$NetBSD: patch-ci,v 1.1 2008/08/09 19:57:51 kefren Exp $ +--- mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputButton.cs.orig 2007-11-09 00:10:32.000000000 +0200 ++++ mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlInputButton.cs 2008-08-09 22:23:02.000000000 +0300 +@@ -302,7 +302,7 @@ + + if (oc != null) { + writer.WriteAttribute ("language", "javascript"); +- writer.WriteAttribute ("onclick", oc); ++ writer.WriteAttribute ("onclick", oc, true); + } + } + #endif |