Content deleted Content added
m rm double quotes as well |
update normalization |
||
Line 12:
local function normalizeTitle(title)
title = mw.ustring.gsub(title,"'","")
title = mw.ustring.gsub(title,'"','')
title = mw.ustring.gsub(title,"%b<>","")
end
|