From a6fa3df1146f7aee4e3bfa4cf506ab44e38ecb35 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 28 Jan 2022 18:05:49 +0100 Subject: HTML writer: avoid duplicate "style" attributes on table cells Fixes: #7871 --- test/tables/nordics.html4 | 4 ++-- test/tables/nordics.html5 | 4 ++-- test/tables/planets.html4 | 12 ++++++------ test/tables/planets.html5 | 12 ++++++------ test/tables/students.html4 | 6 +++--- test/tables/students.html5 | 6 +++--- 6 files changed, 22 insertions(+), 22 deletions(-) (limited to 'test/tables') 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 @@ Total -27,376,022 -1,258,336 +27,376,022 +1,258,336 diff --git a/test/tables/nordics.html5 b/test/tables/nordics.html5 index 0d639d4ea..dbc13d313 100644 --- a/test/tables/nordics.html5 +++ b/test/tables/nordics.html5 @@ -51,8 +51,8 @@ Total -27,376,022 -1,258,336 +27,376,022 +1,258,336 diff --git a/test/tables/planets.html4 b/test/tables/planets.html4 index 4435571b4..e0cd646d8 100644 --- a/test/tables/planets.html4 +++ b/test/tables/planets.html4 @@ -2,7 +2,7 @@

Data about the planets of our solar system.

- + Name Mass (10^24kg) Diameter (km) @@ -17,7 +17,7 @@ -Terrestrial planets +Terrestrial planets Mercury 0.330 4,879 @@ -66,8 +66,8 @@ The red planet -Jovian planets -Gas giants +Jovian planets +Gas giants Jupiter 1898 142,984 @@ -92,7 +92,7 @@ -Ice giants +Ice giants Uranus 86.8 51,118 @@ -117,7 +117,7 @@ -Dwarf planets +Dwarf planets Pluto 0.0146 2,370 diff --git a/test/tables/planets.html5 b/test/tables/planets.html5 index 1fee985b9..99aa0b04c 100644 --- a/test/tables/planets.html5 +++ b/test/tables/planets.html5 @@ -2,7 +2,7 @@

Data about the planets of our solar system.

- + Name Mass (10^24kg) Diameter (km) @@ -17,7 +17,7 @@ -Terrestrial planets +Terrestrial planets Mercury 0.330 4,879 @@ -66,8 +66,8 @@ The red planet -Jovian planets -Gas giants +Jovian planets +Gas giants Jupiter 1898 142,984 @@ -92,7 +92,7 @@ -Ice giants +Ice giants Uranus 86.8 51,118 @@ -117,7 +117,7 @@ -Dwarf planets +Dwarf planets Pluto 0.0146 2,370 diff --git a/test/tables/students.html4 b/test/tables/students.html4 index b02b0aba8..cbfffaa1e 100644 --- a/test/tables/students.html4 +++ b/test/tables/students.html4 @@ -12,7 +12,7 @@ -Computer Science +Computer Science @@ -30,7 +30,7 @@ -Russian Literature +Russian Literature @@ -40,7 +40,7 @@ -Astrophysics +Astrophysics diff --git a/test/tables/students.html5 b/test/tables/students.html5 index af9e088fb..a7e0127c8 100644 --- a/test/tables/students.html5 +++ b/test/tables/students.html5 @@ -12,7 +12,7 @@ -Computer Science +Computer Science @@ -30,7 +30,7 @@ -Russian Literature +Russian Literature @@ -40,7 +40,7 @@ -Astrophysics +Astrophysics -- cgit v1.2.3