src/main/webapp/WEB-INF/jspf/project-header.jspf

changeset 184
e8eecee6aadf
parent 181
502a10e24b85
child 199
59393c8cc557
     1.1 --- a/src/main/webapp/WEB-INF/jspf/project-header.jspf	Sat Jan 23 14:47:59 2021 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/jspf/project-header.jspf	Fri Apr 02 11:59:14 2021 +0200
     1.3 @@ -22,7 +22,7 @@
     1.4              </c:if>
     1.5          </div>
     1.6      </div>
     1.7 -    <c:if test="${not empty component and component.id gt 0}">
     1.8 +    <c:if test="${not empty component}">
     1.9          <div class="row">
    1.10              <div class="caption"><fmt:message key="component"/>:</div>
    1.11              <div><c:out value="${component.name}"/></div>

mercurial