diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 11:39:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 11:39:15 +0100 |
commit | 59f7938cc28f1b6ab2ab656811470b3847a001f8 (patch) | |
tree | 6e6ba49f5e819fc62aaacb530584f90ec85b9d13 | |
parent | a0267d7afff488465d723d480f3b095a1ebfef9d (diff) |
Add a space
-rwxr-xr-x | scripts/gen-pres | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-pres b/scripts/gen-pres index fbe1b5d..8846f51 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 "}" } |