summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-30 11:39:15 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-10-30 11:39:15 +0100
commit59f7938cc28f1b6ab2ab656811470b3847a001f8 (patch)
tree6e6ba49f5e819fc62aaacb530584f90ec85b9d13
parenta0267d7afff488465d723d480f3b095a1ebfef9d (diff)
Add a space
-rwxr-xr-xscripts/gen-pres2
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 "}"
}