diff options
Diffstat (limited to 'util/template.lua')
-rw-r--r-- | util/template.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/template.lua b/util/template.lua index bc56020c..c11037c5 100644 --- a/util/template.lua +++ b/util/template.lua @@ -10,6 +10,7 @@ local t_remove = table.remove; local parse_xml = require "util.xml".parse; local _ENV = nil; +-- luacheck: std none local function trim_xml(stanza) for i=#stanza,1,-1 do |