2010-06-17 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Thu, 17 Jun 2010 00:56:12 +0000 (00:56 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Thu, 17 Jun 2010 00:56:12 +0000 (00:56 -0000)
commit63cc5053cc4541e68ad7861bb2aba6c06e21105b
tree3d27f577b79683e0dc1c2d1bb12b582bd19365a7
parentc5b94fae57c2a127e4100d132075a3329f89b95d
2010-06-17  Marek Habersack  <mhabersack@novell.com>

* RootBuilder.cs: both LINK and META HTML tags must be represented
as instances of HtmlGenericControl. Fixes bug #603541

svn path=/trunk/mcs/; revision=159046
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/RootBuilder.cs
mcs/class/System.Web/System.Web_standalone_test.dll.sources
mcs/class/System.Web/Test/System.Web.Compilation/TemplateControlCompilerTest.cs
mcs/class/System.Web/Test/standalone-tests/RootBuilderChildControlTypes_Bug603541.cs [new file with mode: 0644]
mcs/class/System.Web/Test/standalone/RootBuilderChildControlTypes_Bug603541/Default.aspx [new file with mode: 0644]
mcs/class/System.Web/Test/standalone/RootBuilderChildControlTypes_Bug603541/Default.aspx.cs [new file with mode: 0644]
mcs/class/System.Web/Test/standalone/RootBuilderChildControlTypes_Bug603541/web.config [new file with mode: 0644]