diff options
Diffstat (limited to 'weblog-model.lua')
-rw-r--r-- | weblog-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-model.lua b/weblog-model.lua index 91782c5..36e80e4 100644 --- a/weblog-model.lua +++ b/weblog-model.lua @@ -534,7 +534,7 @@ local function checkwords(logentry) end -- ignore blank lines - if string.find(thisline, "%S") then + if string.find(goodline, "%S") then _,instcnt = string.lower(logentry.URL):gsub(format.escapemagiccharacters(goodline), " ") --if string.find(logentry.URL,goodline) then if instcnt ~= 0 then |