]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Escape liquid
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 26 Feb 2024 10:41:43 +0000 (10:41 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 26 Feb 2024 10:41:43 +0000 (10:41 +0000)
lualib/lua_util.lua

index a2b3862e37b19ea111fe3186f965e5771492876a..ac755182b0a64081f13f5e637a35db346957c07d 100644 (file)
@@ -204,7 +204,7 @@ end
 -- @param {string} text text containing variables
 -- @param {table} replacements key/value pairs for replacements
 -- @param {boolean} skip_global_env don't export Rspamd superglobals
--- @param {boolean} is_orig use the original lupa configuration with `{{` for variables
+-- @param {boolean} is_orig use the original lupa configuration with {% raw %}`{{`{% endraw %} for variables
 -- @param {table} custom_filters custom filters to use (or nil if not needed)
 -- @return {string} string containing replaced values
 -- @example
@@ -243,7 +243,7 @@ end
 -- @param {string} filename name of file to expand
 -- @param {table} replacements key/value pairs for replacements
 -- @param {boolean} skip_global_env don't export Rspamd superglobals
--- @param {boolean} is_orig use the original lupa configuration with `{{` for variables
+-- @param {boolean} is_orig use the original lupa configuration with {% raw %}`{{`{% endraw %} for variables
 -- @param {table} custom_filters custom filters to use (or nil if not needed)
 -- @return {string} string containing replaced values
 -- @example