aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-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