diff --git a/WebContent/WEB-INF/view/auth.jsp b/WebContent/WEB-INF/view/auth.jsp
index e6e28f9..a81e606 100644
--- a/WebContent/WEB-INF/view/auth.jsp
+++ b/WebContent/WEB-INF/view/auth.jsp
@@ -4,9 +4,7 @@
<%@ taglib prefix="bbNG" uri="/bbNG"%>
-
Error
You are not authorized to view this page.
-
diff --git a/WebContent/WEB-INF/view/index.jsp b/WebContent/WEB-INF/view/index.jsp
index 0236241..8cac52d 100644
--- a/WebContent/WEB-INF/view/index.jsp
+++ b/WebContent/WEB-INF/view/index.jsp
@@ -4,8 +4,7 @@
<%@ taglib prefix="bbNG" uri="/bbNG"%>
-
-
-
+
\ No newline at end of file
diff --git a/WebContent/ubclibrary-static/get.jsp b/WebContent/ubclibrary-static/get.jsp
index e1ff59d..14f8bca 100755
--- a/WebContent/ubclibrary-static/get.jsp
+++ b/WebContent/ubclibrary-static/get.jsp
@@ -17,8 +17,9 @@
String nonce = String.valueOf(Math.random() * 100000000);
String user_id = ctx.getUser().getBatchUid();
String signature = sigService.generateSig(consumerKey, signatureMethod, version, user_id, timestamp, nonce);
-%>
-
-
+
\ No newline at end of file
diff --git a/WebContent/ubclibrary-static/view.jsp b/WebContent/ubclibrary-static/view.jsp
index 0c741fb..94c6925 100644
--- a/WebContent/ubclibrary-static/view.jsp
+++ b/WebContent/ubclibrary-static/view.jsp
@@ -17,8 +17,9 @@
String nonce = String.valueOf(Math.random() * 100000000);
String user_id = ctx.getUser().getBatchUid();
String signature = sigService.generateSig(consumerKey, signatureMethod, version, user_id, timestamp, nonce);
-%>
-