From ee2dbcc5577e252202f2ee04cf4cefc4449dc26d Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Tue, 2 Apr 2013 10:48:52 +0200 Subject: [PATCH] typo --- src/htmlparser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmlparser.lua b/src/htmlparser.lua index ba6c4a6..00158a4 100644 --- a/src/htmlparser.lua +++ b/src/htmlparser.lua @@ -24,7 +24,7 @@ local function parse(text) start, apos, k, eq, quote = string.find(tagst, "%s+" .. -- some uncaptured space "([^%s=]+)" .. -- k = an unspaced string up to an optional "=" - "(=?)" .. -- eq = the optiona; "=", else "" + "(=?)" .. -- eq = the optional; "=", else "" "(['\"]?)", -- quote = an optional "'" or '"' following the "=", or "" apos) if not k or k == "/>" then break end