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/planets.html4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/tables/planets.html4') 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 -- cgit v1.2.3