Thu, 08 Oct 2020 20:44:05 +0200
fixes colspan of empty th in versions overview
<div class="menuEntry" <c:if test="${menu.active}">data-active</c:if> > <a href="${menu.pathName}"> <c:if test="${empty menu.resourceKey}"> <c:out value="${menu.text}"/> </c:if> <c:if test="${not empty menu.resourceKey}"> <fmt:bundle basename="${menu.resourceKey.bundle}"> <fmt:message key="${menu.resourceKey.key}"/> </fmt:bundle> </c:if> </a> </div>