aboutsummaryrefslogtreecommitdiffstats
path: root/util/xtemplate.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/xtemplate.lua')
-rw-r--r--util/xtemplate.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xtemplate.lua b/util/xtemplate.lua
index 254c8af0..1c58c63e 100644
--- a/util/xtemplate.lua
+++ b/util/xtemplate.lua
@@ -3,7 +3,7 @@ local s_match = string.match;
local s_sub = string.sub;
local t_concat = table.concat;
-local st = require("util.stanza");
+local st = require("prosody.util.stanza");
local function render(template, root, escape, filters)
escape = escape or st.xml_escape;