Module:FlexGallery: Difference between revisions

Cleanup + sanitization based on chatgpt
mNo edit summary
Line 28: Line 28:
     end
     end
     local gallery = mw.html.create("div")
     local gallery = mw.html.create("div")
     local ul = gallery.tag("ul")
     local ul = gallery:tag("ul")


     for i, images in pairs(images) do
     for i, images in pairs(images) do