summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gen-pres2
1 files changed, 1 insertions, 1 deletions
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 "}"
}