Skip to content

Commit

Permalink
Strange Rpi bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloadut committed Dec 14, 2013
1 parent d5e2fb4 commit d1cd8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hige.lua
Expand Up @@ -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 '&amp;'
elseif c == '"' then return '\"'
elseif c == '\\' then return '\\\\'
Expand Down

0 comments on commit d1cd8f0

Please sign in to comment.