Do you use server side comments?
Last updated by SSW.Rules.SharePointExtractor almost 4 years ago.See historyUse server side comments:
- Use <%-- Comment Here --%> instead of <!-- Comment Here --> (Does not get rendered to the client, saves us a few precious kilobytes)
- Use CTRL + K, C to comment and CTRL + K, U to uncomment