Content deleted Content added
fix wrong variable name, again |
simplify |
||
Line 12:
local function normalizeTitle(title)
title = mw.ustring.gsub(mw.ustring.gsub(title,"'",""),'"','')
end
Line 127 ⟶ 125:
if page then
local p, s = page:match('^(.-)#(.*)$')
if p then page, sections[1] = p, s end
end
|