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
     1.1 --- a/src/main/webapp/WEB-INF/jsp/components.jsp	Thu Dec 29 14:50:58 2022 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/components.jsp	Thu Dec 29 14:53:05 2022 +0100
     1.3 @@ -47,11 +47,11 @@
     1.4  <table id="version-list" class="datatable medskip fullwidth">
     1.5      <colgroup>
     1.6          <col>
     1.7 -        <col width="20%">
     1.8 -        <col width="44%">
     1.9 -        <col width="12%">
    1.10 -        <col width="12%">
    1.11 -        <col width="12%">
    1.12 +        <col style="width: 20%">
    1.13 +        <col style="width: 44%">
    1.14 +        <col style="width: 12%">
    1.15 +        <col style="width: 12%">
    1.16 +        <col style="width: 12%">
    1.17      </colgroup>
    1.18      <thead>
    1.19      <tr>
     2.1 --- a/src/main/webapp/WEB-INF/jsp/projects.jsp	Thu Dec 29 14:50:58 2022 +0100
     2.2 +++ b/src/main/webapp/WEB-INF/jsp/projects.jsp	Thu Dec 29 14:53:05 2022 +0100
     2.3 @@ -44,13 +44,13 @@
     2.4      <table id="project-list" class="datatable medskip">
     2.5          <colgroup>
     2.6              <col>
     2.7 -            <col width="20%">
     2.8 -            <col width="50%">
     2.9 -            <col width="6%">
    2.10 -            <col width="6%">
    2.11 -            <col width="6%">
    2.12 -            <col width="6%">
    2.13 -            <col width="6%">
    2.14 +            <col style="width: 20%">
    2.15 +            <col style="width: 50%">
    2.16 +            <col style="width: 6%">
    2.17 +            <col style="width: 6%">
    2.18 +            <col style="width: 6%">
    2.19 +            <col style="width: 6%">
    2.20 +            <col style="width: 6%">
    2.21          </colgroup>
    2.22          <thead>
    2.23          <tr>

mercurial