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
1 changed files with 1 additions and 0 deletions

View File

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