X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Ftemplate.lua;h=a26dd7ca6109eed096b4d307de5ef770a439bf48;hb=59224f73ca26a00292f127e081af3cf47f57ae1f;hp=66d4fca7ae9084b2a41a1d76c2dee4f662f82eb8;hpb=404520e9a97dfa0abf67cca6d2dfc96154584e4a;p=prosody.git diff --git a/util/template.lua b/util/template.lua index 66d4fca7..a26dd7ca 100644 --- a/util/template.lua +++ b/util/template.lua @@ -9,7 +9,7 @@ local debug = debug; local t_remove = table.remove; local parse_xml = require "util.xml".parse; -module("template") +local _ENV = nil; local function trim_xml(stanza) for i=#stanza,1,-1 do