mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-27 18:42:19 +00:00
one more pattern fix
This commit is contained in:
@@ -50,9 +50,9 @@ local function parse(text,limit)
|
||||
function(...)return g(5,...)end
|
||||
):gsub(
|
||||
[=[(['"])]=]..
|
||||
[=[([^'>"]-)]=]..
|
||||
[=[([^'">%s]-)]=]..
|
||||
"(>)"..
|
||||
[=[([^'>"]-)]=]..
|
||||
[=[([^'">%s]-)]=]..
|
||||
[=[(['"])]=],
|
||||
function(...)return g(3,...)end
|
||||
)
|
||||
|
Reference in New Issue
Block a user