remove footer.jsp

This commit is contained in:
Shinsuke Sugaya 2017-03-20 16:33:34 +09:00
parent 34a985a766
commit 7bec02c5b1

View file

@ -348,9 +348,6 @@ public interface FessHtmlPath {
/** The path of the HTML: /error/error.jsp */
HtmlNext path_Error_ErrorJsp = new HtmlNext("/error/error.jsp");
/** The path of the HTML: /error/footer.jsp */
HtmlNext path_Error_FooterJsp = new HtmlNext("/error/footer.jsp");
/** The path of the HTML: /error/header.jsp */
HtmlNext path_Error_HeaderJsp = new HtmlNext("/error/header.jsp");