Content deleted Content added
part 2? of hiding templatestyles |
hmm? |
||
Line 457:
local templatestyles_markers = {}
local strip_marker_pattern = '(\127[^\127]*UNIQ%-%-templatestyles%-%x+%-QINU[^\127]*\127)'
for
for marker in gfind(arg, strip_marker_pattern) do
insert(templatestyles_markers, marker)
end
end
return templatestyles_markers
|