X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Ftemplate.lua;h=a26dd7ca6109eed096b4d307de5ef770a439bf48;hb=5ef2d6d938a181d40ef444845f4ec3d136d9842d;hp=66d4fca7ae9084b2a41a1d76c2dee4f662f82eb8;hpb=1457ad14ec102b637b799b6ee55a74dc07df3243;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