mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Strange Rpi bugfix
This commit is contained in:
parent
d5e2fb464a
commit
d1cd8f0e9a
1 changed files with 1 additions and 1 deletions
2
hige.lua
2
hige.lua
|
@ -23,7 +23,7 @@ local function merge_environment(...)
|
|||
end
|
||||
|
||||
local function escape(str)
|
||||
return str:gsub('[&"<>\]', function(c)
|
||||
return str:gsub('[&"<>]', function(c)
|
||||
if c == '&' then return '&'
|
||||
elseif c == '"' then return '\"'
|
||||
elseif c == '\\' then return '\\\\'
|
||||
|
|
Loading…
Reference in a new issue