fixes colspan of empty th in versions overview

Thu, 08 Oct 2020 20:44:05 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 08 Oct 2020 20:44:05 +0200
changeset 112
a9221ecacd05
parent 111
db706d37c540
child 113
eba08a3a7eb2

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>

mercurial