Content deleted Content added
try placing at start of caption |
close the outer span |
||
Line 42:
for i = 1, #sortedLines do
if i < MAX_IMAGES_FOR_MOBILE then
sortedLines[i] = sortedLines[i]:gsub("%{%{%!%}%}", '{{!}}<span class="switcher-label" style="display:none"><span class="randomSlideshow-sr-only">Image ' .. tostring(i) .. '</span></span>', 1)
end
end
|