mirror of
https://github.com/TangentFoxy/lovebird.git
synced 2025-07-28 11:02:19 +00:00
Fixed lovebird.htmlescape() to have only one return value
This commit is contained in:
@@ -497,7 +497,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
function lovebird.htmlescape(str)
|
function lovebird.htmlescape(str)
|
||||||
return str:gsub("<", "<")
|
return ( str:gsub("<", "<") )
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user