<%@ include file="include/header.jsp" %>

<h3>Format JSP page using Filter</h3>

<p>
    Nothing should be done in JSP itself.
</p>

<p>
    You may include <code>&lt;jtidy:validationImage/&gt;</code> inside common JSP header to see
    if the page you are testing is well formatted.
</p>

<%@ include file="include/footer.jsp" %>