summaryrefslogtreecommitdiffstats
path: root/scripts/parse-descriptor.pl
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-09 12:04:48 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-09 12:04:48 -0700
commitf80c3d860881658cb87a04831d4d8f4708fa0bc6 (patch)
tree098b70ac7382c6e7d0aca33924d48fad70cccea3 /scripts/parse-descriptor.pl
parent4617225f68f50b8abf9080601d79fe372dc47951 (diff)
downloadsubsurface-f80c3d860881658cb87a04831d4d8f4708fa0bc6.tar.gz
Make SupportedDivecomputer HTML more compact
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/parse-descriptor.pl')
-rwxr-xr-xscripts/parse-descriptor.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/parse-descriptor.pl b/scripts/parse-descriptor.pl
index 19d4085e8..26df4028a 100755
--- a/scripts/parse-descriptor.pl
+++ b/scripts/parse-descriptor.pl
@@ -36,12 +36,12 @@ foreach (@sortedDescriptors) {
printf(", %s", $mod);
} else {
if ($lastVend lt "Uemis" && $vend gt "Uemis") {
- printf("</li>\n\t</ul>\n </dd>\n <dt>Uemis</dt><dd>\n\t<ul>\n\t <li>Zürich SDA");
+ printf("</li></ul>\n </dd>\n <dt>Uemis</dt><dd><ul>\n\t <li>Zürich SDA");
}
if ($lastVend eq "") {
- printf("<dl><dt>%s</dt><dd>\n\t<ul>\n\t <li>%s", $vend, $mod);
+ printf("<dl><dt>%s</dt><dd><ul>\n\t <li>%s", $vend, $mod);
} else {
- printf("</li>\n\t</ul>\n </dd>\n <dt>%s</dt><dd>\n\t<ul>\n\t <li>%s", $vend, $mod);
+ printf("</li></ul>\n </dd>\n <dt>%s</dt><dd><ul>\n\t <li>%s", $vend, $mod);
}
}
} else {