Thu, 08 Oct 2020 20:44:05 +0200
fixes colspan of empty th in versions overview
src/main/webapp/WEB-INF/jsp/versions.jsp | file | annotate | diff | comparison | revisions |
--- a/src/main/webapp/WEB-INF/jsp/versions.jsp Thu Oct 08 20:41:09 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/versions.jsp Thu Oct 08 20:44:05 2020 +0200 @@ -56,7 +56,7 @@ </colgroup> <thead> <tr> - <th colspan="3"></th> + <th colspan="2"></th> <th colspan="3" class="hcenter"> <fmt:message key="issues.resolved"/> </th>