[Mono-devel-list] InnerHtml Bug? Lower-case 's' becomes upper-case 'S'

Gustav Schauwecker gustav-w-s at online.de
Mon Feb 23 08:38:00 EST 2004


The behaviour of HtmlContainerControl.InnerHtml doesn't make sense to me: 
Every occurance of the string "</s" gets convertet to "</S"

Here is an example:

<html>
<script language="C#" runat="server">
	void Page_Load (object sender, EventArgs e)
	{
		test.InnerHtml="<strong>test</strong>";
	}

</script>
<body>
<span id="test" runat="server" />
</body>
</html>

the resulting InnerHtml is: <strong>test</Strong>
Is this the correct behaviour? Should I make a bug report?
It only applies to the string "</s" and it only applies to aspx-Pages

Gustl



More information about the Mono-devel-list mailing list