Module:Infobox interval: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
Undo revision 171362 by ArrowHead294 (talk) Tag: Undo |
||
| Line 193: | Line 193: | ||
-- removing manual line breaks | -- removing manual line breaks | ||
local matches | local matches | ||
name, matches = name:gsub("< | name, matches = name:gsub("<br%s*/?>", "") | ||
if matches > 0 then | if matches > 0 then | ||
cats = cats .. "[[Category:Todo:remove manual line breaks]]" | cats = cats .. "[[Category:Todo:remove manual line breaks]]" | ||
| Line 230: | Line 230: | ||
local matches | local matches | ||
FJS_name = FJS_name:gsub("%s", "") | FJS_name = FJS_name:gsub("%s", "") | ||
FJS_name, matches = FJS_name:gsub("< | FJS_name, matches = FJS_name:gsub("<br%s*/?>", "") | ||
if matches > 0 then | if matches > 0 then | ||
cats = cats .. "[[Category:Todo:remove manual line breaks]]" | cats = cats .. "[[Category:Todo:remove manual line breaks]]" | ||