diff --git a/webapp/src/main/webapp/error.jsp b/webapp/src/main/webapp/error.jsp
index 93561b59fc..4bd25405cf 100755
--- a/webapp/src/main/webapp/error.jsp
+++ b/webapp/src/main/webapp/error.jsp
@@ -8,7 +8,7 @@
<%@page import="org.apache.commons.logging.Log"%>
<%@page import="org.apache.commons.logging.LogFactory"%>
<%
-// We have seen that this page can throw its own error.
+ // We have seen that this page can throw its own error.
// Before it does so, be sure that we have written the original error to the log.
Object c = request.getAttribute("javax.servlet.jsp.jspException");
if (c instanceof Throwable) {
@@ -18,15 +18,15 @@
}
- VitroRequest vreq = new VitroRequest(request);
- ApplicationBean appBean = vreq.getAppBean();
- String themeDir = appBean.getThemeDir();
+ VitroRequest vreq = new VitroRequest(request);
+ ApplicationBean appBean = vreq.getAppBean();
+ String themeDir = appBean.getThemeDir();
- request.setAttribute("bodyJsp", "/errorbody.jsp");
- request.setAttribute("title", "Error");
- request.setAttribute("css", "");
- request.setAttribute("themeDir", themeDir);
-%>
+ request.setAttribute("bodyJsp", "/errorbody.jsp");
+ request.setAttribute("title", "Error");
+ request.setAttribute("css", "");
+ request.setAttribute("themeDir", themeDir);
+ %>
diff --git a/webapp/src/main/webapp/jenaIngest/csv2rdfSelectUri.jsp b/webapp/src/main/webapp/jenaIngest/csv2rdfSelectUri.jsp
index b3f3f88d96..322abb0aeb 100644
--- a/webapp/src/main/webapp/jenaIngest/csv2rdfSelectUri.jsp
+++ b/webapp/src/main/webapp/jenaIngest/csv2rdfSelectUri.jsp
@@ -54,11 +54,10 @@ function disableProperties(){
Use pattern based on values of
- <%
- Map> propertyMap = (Map) request.getAttribute("propertyMap");
- Set>> set = propertyMap.entrySet();
- Iterator>> itr = set.iterator();
- Entry> entry = null;
+ <% Map> propertyMap = (Map) request.getAttribute("propertyMap");
+ Set>> set = propertyMap.entrySet();
+ Iterator>> itr = set.iterator();
+ Entry> entry = null;
%>