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