noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

commit: df6709fe4499c8e1cd95327b0a31cc22f6a99e82
parent: 2edd5e3434048cf371948c9b0f5b7799042f2f64
author: Chris Noxz <chris@noxz.tech>
date:   Thu, 25 Aug 2022 12:30:49 +0200
fix a rouge DD artefact
Mbuild1+
1 file changed, 1 insertion(+)
diff --git a/build b/build
@@ -436,6 +436,7 @@ render_main_content() {
 		-e 's/<p align="center"[^>]*>\(<img src="grohtml-[0-9]*.png\)/<p class="grohtml">\1/g' \
 		-e 's/<p align="\(left\|center\|right\)"[^>]*>/<p class="\1">/g'    \
 	| tidy -asxhtml                                                         \
+	| sed -e '/^\s*<dd><\/dd>$/d'                                           \
 	| awk '
 		/<body>/{
 			flag=1