Fix undefined event, add check prior to delete
[controller.git] / opendaylight / web / root / src / main / resources / WEB-INF / jsp / login.jsp
index b9d32b1d3de0b324641cbb9b1738c4e0ed0b3af7..e2d1dd37e090685445be4abbc878e5dc79022ed3 100644 (file)
@@ -13,7 +13,7 @@
        <!-- Login CSS - 2 -->
        <link rel="stylesheet/less" type="text/css" href="/css/login.less">
 
-<c:set var="title" value="OpenDaylight-login" scope="application"/>
+<c:set var="title" value="OpenDaylight - Login" scope="application"/>
 <%
     String filePath = "/WEB-INF/jsp/customlogin.jsp"; 
        URL fileURL = pageContext.getServletContext().getResource(filePath);