diff options
-rw-r--r-- | lualib/lua_util.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lualib/lua_util.lua b/lualib/lua_util.lua index 7e0d7d878..a6a99f2b6 100644 --- a/lualib/lua_util.lua +++ b/lualib/lua_util.lua @@ -32,10 +32,10 @@ local nospace = 1 - space local ptrim = space^0 * lpeg.C((space^0 * nospace^1)^0) local match = lpeg.match -lupa.configure{ +lupa.configure('{%', '%}', '{=', '=}', '{#', '#}', { keep_trailing_newline = true, autoescape = false, -} +}) lupa.filters.pbkdf = function(s) local cr = require "rspamd_cryptobox" |