mirror of
https://github.com/rxi/lovebird.git
synced 2024-11-15 22:54:21 +00:00
Fixed lovebird.htmlescape() to have only one return value
This commit is contained in:
parent
93a2e190ea
commit
b1fe4b54d9
@ -497,7 +497,7 @@ end
|
||||
|
||||
|
||||
function lovebird.htmlescape(str)
|
||||
return str:gsub("<", "<")
|
||||
return ( str:gsub("<", "<") )
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user