commit 1c3bda282bc1361bd1094b66196443538e2de8f4
parent 5d6b09445ae330b8d1405808d33638f62859812e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 23 Jun 2025 09:04:33 +0200
Misc: fix few issues reported by html analysis
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/misc/about-en.md b/misc/about-en.md
@@ -34,4 +34,4 @@ The
commercial offer is an example of such long-term actions for solving
coupled transfers by means of statistical algorithms.
Please [contact us](mailto:contact@meso-star.com) for any additional
-information.</p>
+information.
diff --git a/misc/legal-en.md b/misc/legal-en.md
@@ -14,4 +14,4 @@ Publication manager: Christophe Coustet
Host: ovh - 2 rue Kellermann 59100 Roubaix 1007, France
[https://www.meso-star.com](https://www.meso-star.com) does not use any
-cookie and does not collect private data.</p>
+cookie and does not collect private data.
diff --git a/misc/misc_build.sh b/misc/misc_build.sh
@@ -25,7 +25,7 @@ about()
fi
print_header -s Home -n About -l "$1" -r ../
- md2html about-$1.md
+ md2html about-"$1".md
print_footer
}
@@ -37,7 +37,7 @@ legal()
fi
print_header -s Home -n Legal -l "$1" -r ../
- md2html legal-$1.md
+ md2html legal-"$1".md
print_footer
}