From 613c9c22f839452aae7cf64ae641b668451ec412 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 30 Oct 2023 12:54:43 +0100 Subject: Fix faulty script --- scripts/gen-pres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gen-pres') diff --git a/scripts/gen-pres b/scripts/gen-pres index 8846f51..6106b99 100755 --- a/scripts/gen-pres +++ b/scripts/gen-pres @@ -28,7 +28,7 @@ BEGIN { printf "trX { td .missing colspan=\"2\" {-%s}", $3 split($2, a, / /) for (i = 1; i <= length(a); i++) - printf "td .%s colspan=\"1\" {-%s %s}}", getcls(a[i]), $1, getsup(i) + printf "td .%s colspan=\"1\" {-%s %s}", getcls(a[i]), $1, getsup(i) print "}" } -- cgit v1.2.3