1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Apparently forgot to add 'meta' to tenv.

Originally committed to SVN as r1534.
This commit is contained in:
Niels Martin Hansen 2007-08-25 12:57:00 +00:00
parent abb304b7c1
commit 4f689ac204

View File

@ -260,6 +260,7 @@ end
function apply_templates(meta, styles, subs, templates)
-- the environment the templates will run in
local tenv = {
meta = meta,
-- put in some standard libs
string = string,
math = math,