Thu, 13 May 2021 18:01:56 +0200
removes useless guard
src/main/webapp/WEB-INF/jsp/site.jsp | file | annotate | diff | comparison | revisions |
--- a/src/main/webapp/WEB-INF/jsp/site.jsp Thu May 13 11:33:15 2021 +0200 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp Thu May 13 18:01:56 2021 +0200 @@ -95,9 +95,7 @@ </div> </c:if> <div id="content-area" <c:if test="${not empty navMenu}">class="sidebar-spacing"</c:if>> - <c:if test="${not empty contentPage}"> - <c:import url="${contentPage}"/> - </c:if> + <c:import url="${contentPage}"/> </div> </div> </body>