[Mono-dev] System.Web.UI.WebControls.TableStyle patch

Gonzalo Paniagua Javier gonzalo at novell.com
Wed Jul 26 14:30:00 EDT 2006


-                               if (owner != null)
-                                       s = owner.ResolveUrl (s);
+#if NET_2_0
+                               s = s.Replace (" ", "%20");
+#endif

I'm not sure about removing the ResolveUrl call... Perhaps the
HtmlTextWriter should HtmlEncode the value?

-Gonzalo





More information about the Mono-devel-list mailing list