[Mono-dev] System.Web.UI/HtmlTextWriter.cs issue

Ben Maurer bmaurer at ximian.com
Sun Jan 22 15:27:28 EST 2006


On Sun, 2006-01-22 at 04:17 -0800, Konstantin Triger wrote:
> if (!onclick.Trim().EndsWith(";"))

EndsWith is culture sensitive, so we need to make sure to use an
invariant culture version.

-- Ben




More information about the Mono-devel-list mailing list