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
     1.1 --- a/src/main/webapp/WEB-INF/jsp/site.jsp	Thu May 13 11:33:15 2021 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/site.jsp	Thu May 13 18:01:56 2021 +0200
     1.3 @@ -95,9 +95,7 @@
     1.4          </div>
     1.5      </c:if>
     1.6      <div id="content-area" <c:if test="${not empty navMenu}">class="sidebar-spacing"</c:if>>
     1.7 -        <c:if test="${not empty contentPage}">
     1.8 -            <c:import url="${contentPage}"/>
     1.9 -        </c:if>
    1.10 +        <c:import url="${contentPage}"/>
    1.11      </div>
    1.12  </div>
    1.13  </body>

mercurial