removes useless guard

Thu, 13 May 2021 18:01:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 13 May 2021 18:01:56 +0200
changeset 197
0a2ad22ac656
parent 196
74682d8dce56
child 198
94f174d591ab

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>

mercurial