aboutsummaryrefslogtreecommitdiff
path: root/data/sample.lua
diff options
context:
space:
mode:
authorMichaWiedenmann <mw-r1@gmx.de>2019-01-14 14:21:07 +0100
committerAlbert Krewinkel <albert+github@zeitkraut.de>2019-01-16 12:34:17 +0100
commit02a21117fb6c24767346100022727e0c5751ad8d (patch)
tree6cbf4308bf685262e571391387d4de96286b4d4b /data/sample.lua
parent42a7b80c0479c83ed5300103a04545d5139f7a7e (diff)
downloadpandoc-02a21117fb6c24767346100022727e0c5751ad8d.tar.gz
sample.lua: Add a missing '>'
Diffstat (limited to 'data/sample.lua')
-rw-r--r--data/sample.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sample.lua b/data/sample.lua
index 86f95c860..0e1e4092d 100644
--- a/data/sample.lua
+++ b/data/sample.lua
@@ -332,7 +332,7 @@ function Table(caption, aligns, widths, headers, rows)
end
add('</tr>')
end
- add('</table')
+ add('</table>')
return table.concat(buffer,'\n')
end