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)
-- the environment the templates will run in
local tenv = {
meta = meta,
-- put in some standard libs
string = string,
math = math,