Normalize line endings VIVO-101
This commit is contained in:
parent
b097a4d754
commit
54f79f2ea7
587 changed files with 91501 additions and 91501 deletions
|
@ -1,18 +1,18 @@
|
|||
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
|
||||
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@page isErrorPage="true" %>
|
||||
|
||||
<% if ( pageContext.getErrorData().getRequestURI().indexOf("/images/") < 0 ) {
|
||||
request.setAttribute("bodyJsp", "/templates/error/error404content.jsp");
|
||||
request.setAttribute("title", "Not Found");
|
||||
|
||||
<% if ( pageContext.getErrorData().getRequestURI().indexOf("/images/") < 0 ) {
|
||||
request.setAttribute("bodyJsp", "/templates/error/error404content.jsp");
|
||||
request.setAttribute("title", "Not Found");
|
||||
%>
|
||||
|
||||
<jsp:forward page="/templates/page/basicPage.jsp">
|
||||
<jsp:param name="uriStr" value="${pageContext.errorData.requestURI}"/>
|
||||
<jsp:forward page="/templates/page/basicPage.jsp">
|
||||
<jsp:param name="uriStr" value="${pageContext.errorData.requestURI}"/>
|
||||
</jsp:forward>
|
||||
|
||||
<% } %>
|
||||
|
||||
|
||||
|
||||
<% } %>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue