Hi,
I have two questions regarding XHTML compliant DotNetNuke.
I am using DNN 4.3.4 and after changing the default.aspx the self closing meta tags are changed in browser html from this -
<meta id="MetaDescription" runat="Server" name="DESCRIPTION" />
to this:
<meta id="MetaDescription" name="DESCRIPTION" content="Your Description Goes Here">
Please note the removal of self closing tag. Therefore, a validation error is shown by W3C Markup validation. Does anyone know the reason behind it or how to solve the issue??
Another question is the Solpartmenu seems to be working after change in document type. Is that supposed to do that now??
Many Thanks
Arif Shah