--- a/src/main/webapp/WEB-INF/jsp/project-details.jsp Sat Aug 29 11:06:31 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/project-details.jsp Sat Aug 29 11:49:53 2020 +0200 @@ -63,11 +63,11 @@ <%@include file="../jspf/issue-list.jsp"%> </c:if> - <h3><fmt:message key="issues.reported"/> </h3> - <c:set var="summary" value="${versionInfo.reportedTotal}"/> - <%@include file="../jspf/issue-summary.jsp"%> <c:set var="issues" value="${versionInfo.reported}"/> <c:if test="${not empty issues}"> + <h3><fmt:message key="issues.reported"/> </h3> + <c:set var="summary" value="${versionInfo.reportedTotal}"/> + <%@include file="../jspf/issue-summary.jsp"%> <%@include file="../jspf/issue-list.jsp"%> </c:if> </c:forEach> \ No newline at end of file