New test.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ContentPlaceHolder.cs
index 7fd9d5b70ed5f56c57fb598e1ea66b2517fa4a70..439e9d6b844389a3553c98981f5cc4fa416381c8 100644 (file)
@@ -39,7 +39,8 @@ namespace System.Web.UI.WebControls
        [ToolboxItemFilterAttribute ("Microsoft.VisualStudio.Web.WebForms.MasterPageWebFormDesigner", ToolboxItemFilterType.Require)]
        [ToolboxItemFilterAttribute ("System.Web.UI", ToolboxItemFilterType.Allow)]
        [DesignerAttribute ("System.Web.UI.Design.WebControls.ContentPlaceHolderDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")]
-       [ToolboxDataAttribute ("<{0}:ContentPlaceHolder runat='server'></{0}:ContentPlaceHolder>")]
+                               
+       [ToolboxDataAttribute ("<;{0}:ContentPlaceHolder runat=&quot;server&quot;></{0}:ContentPlaceHolder>")]
        [ControlBuilder(typeof(ContentPlaceHolderBuilder))] 
        public class ContentPlaceHolder: Control, INamingContainer
        {