Is there a way to stop the .aspx page on SharePoint 2010 to keep adding the html tags?
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> <head> <meta name="WebPartPageExpansion" content="full" /> <!--[if gte mso 9]><xml> <mso:CustomDocumentProperties> <mso:ContentType msdt:dt="string">Page</mso:ContentType> <mso:PublishingContact msdt:dt="string"></mso:PublishingContact> <mso:PublishingContactPicture msdt:dt="string">, </mso:PublishingContactPicture> </mso:CustomDocumentProperties></xml><![endif]--> <meta name="ProgId" content="SharePoint.WebPartPage.Document"> </head> SharePoint 2007 did not use to do this. Is there a way to remove this, or prevent it from being populated?