diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-01-28 18:05:49 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-01-28 18:20:14 +0100 |
| commit | a6fa3df1146f7aee4e3bfa4cf506ab44e38ecb35 (patch) | |
| tree | 5da7601e160156f0bb4424ed4f60f53d6668181d /test/tables/nordics.html4 | |
| parent | d36a16a4df5ed54b80dfc1579c339bad24ba6b0c (diff) | |
HTML writer: avoid duplicate "style" attributes on table cells
Fixes: #7871
Diffstat (limited to 'test/tables/nordics.html4')
| -rw-r--r-- | test/tables/nordics.html4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tables/nordics.html4 b/test/tables/nordics.html4 index 841ab03e5..3cc94845c 100644 --- a/test/tables/nordics.html4 +++ b/test/tables/nordics.html4 @@ -51,8 +51,8 @@ <tr id="summary" class="even"> <td align="center">Total</td> <td align="left"></td> -<td align="left" id="total-population">27,376,022</td> -<td align="left" id="total-area">1,258,336</td> +<td id="total-population" align="left">27,376,022</td> +<td id="total-area" align="left">1,258,336</td> </tr> </tfoot> |
