diff --git a/src/lua/scripts/templates.lua b/src/lua/scripts/templates.lua index 59172e3..6eb9fe0 100644 --- a/src/lua/scripts/templates.lua +++ b/src/lua/scripts/templates.lua @@ -114,12 +114,12 @@ else end _M.captcha_section = string.format([[ - %s + %%s
-]], "%s", captcha_classname, captcha_sitekey, captcha_script_src) +]], captcha_classname, captcha_sitekey, captcha_script_src) return _M