fix obsolete width attribute in col

Thu, 29 Dec 2022 14:53:05 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 29 Dec 2022 14:53:05 +0100
changeset 259
30ec2cf1e495
parent 258
564ae07a6def
child 260
fb2ae2d63a56

fix obsolete width attribute in col

src/main/webapp/WEB-INF/jsp/components.jsp file | annotate | diff | comparison | revisions
src/main/webapp/WEB-INF/jsp/projects.jsp file | annotate | diff | comparison | revisions
--- a/src/main/webapp/WEB-INF/jsp/components.jsp	Thu Dec 29 14:50:58 2022 +0100
+++ b/src/main/webapp/WEB-INF/jsp/components.jsp	Thu Dec 29 14:53:05 2022 +0100
@@ -47,11 +47,11 @@
 <table id="version-list" class="datatable medskip fullwidth">
     <colgroup>
         <col>
-        <col width="20%">
-        <col width="44%">
-        <col width="12%">
-        <col width="12%">
-        <col width="12%">
+        <col style="width: 20%">
+        <col style="width: 44%">
+        <col style="width: 12%">
+        <col style="width: 12%">
+        <col style="width: 12%">
     </colgroup>
     <thead>
     <tr>
--- a/src/main/webapp/WEB-INF/jsp/projects.jsp	Thu Dec 29 14:50:58 2022 +0100
+++ b/src/main/webapp/WEB-INF/jsp/projects.jsp	Thu Dec 29 14:53:05 2022 +0100
@@ -44,13 +44,13 @@
     <table id="project-list" class="datatable medskip">
         <colgroup>
             <col>
-            <col width="20%">
-            <col width="50%">
-            <col width="6%">
-            <col width="6%">
-            <col width="6%">
-            <col width="6%">
-            <col width="6%">
+            <col style="width: 20%">
+            <col style="width: 50%">
+            <col style="width: 6%">
+            <col style="width: 6%">
+            <col style="width: 6%">
+            <col style="width: 6%">
+            <col style="width: 6%">
         </colgroup>
         <thead>
         <tr>

mercurial