Content deleted Content added
update display title checking |
fix |
||
Line 12:
local function normalizeTitle(title)
title = mw.ustring.gsub(
title = mw.ustring.gsub(title,"'","")
title = mw.ustring.gsub(title,"%b<>","")
|
update display title checking |
fix |
||
Line 12:
local function normalizeTitle(title)
title = mw.ustring.gsub(
title = mw.ustring.gsub(title,"'","")
title = mw.ustring.gsub(title,"%b<>","")
|