This is how the markup looked; can you see the error?
<asp:Content contentplaceholderid="PlaceHolderAdditionalPageHead" runat="server">
<ContentTemplate>
<SharePointWebControls:CssRegistration name="/_layouts/1033/styles/Themable/search.css" runat="server" >
</ContentTemplate>
</asp:Content>
Did you spot the error?
The CssRegistration declaration was missing its closing tag. Once fixed, the page worked correctly.
No comments:
Post a Comment