diff --git a/src/main/webapp/WEB-INF/templates/cms/main.jsp b/src/main/webapp/WEB-INF/templates/cms/main.jsp
index 24a0e03..efa5b14 100644
--- a/src/main/webapp/WEB-INF/templates/cms/main.jsp
+++ b/src/main/webapp/WEB-INF/templates/cms/main.jsp
@@ -22,6 +22,7 @@ if(UserHelper.isAuthenticated()) {
<%=MainGlobals.SITE_TITLE%>
+
diff --git a/src/main/webapp/WEB-INF/templates/dms/main.jsp b/src/main/webapp/WEB-INF/templates/dms/main.jsp
index fd04129..109065f 100644
--- a/src/main/webapp/WEB-INF/templates/dms/main.jsp
+++ b/src/main/webapp/WEB-INF/templates/dms/main.jsp
@@ -23,6 +23,7 @@ if(UserHelper.isAuthenticated()) {
<%=MainGlobals.SITE_TITLE%>
+
diff --git a/src/main/webapp/WEB-INF/templates/mobile/main.jsp b/src/main/webapp/WEB-INF/templates/mobile/main.jsp
index 8d20962..1631120 100644
--- a/src/main/webapp/WEB-INF/templates/mobile/main.jsp
+++ b/src/main/webapp/WEB-INF/templates/mobile/main.jsp
@@ -22,6 +22,7 @@ if(UserHelper.isAuthenticated()) {
<%=MainGlobals.SITE_TITLE%>
+
diff --git a/src/main/webapp/WEB-INF/templates/popup/main.jsp b/src/main/webapp/WEB-INF/templates/popup/main.jsp
index 355ebc4..1ff12d3 100644
--- a/src/main/webapp/WEB-INF/templates/popup/main.jsp
+++ b/src/main/webapp/WEB-INF/templates/popup/main.jsp
@@ -13,6 +13,7 @@
<%=MainGlobals.SITE_TITLE%>
+
diff --git a/src/main/webapp/WEB-INF/templates/sys/main.jsp b/src/main/webapp/WEB-INF/templates/sys/main.jsp
index 1bbd8ba..23da8a7 100644
--- a/src/main/webapp/WEB-INF/templates/sys/main.jsp
+++ b/src/main/webapp/WEB-INF/templates/sys/main.jsp
@@ -22,6 +22,7 @@ if(UserHelper.isAuthenticated()) {
<%=MainGlobals.SITE_TITLE%>
+