https://bugzilla.wikimedia.org/show_bug.cgi?id=68228
--- Comment #5 from Jon <[email protected]> --- I too cannot reproduce it using packed galleries on mobile. Looking at the source code of the page the footer is there but the gallery tag is not closed for some reason. If you look at the desktop site this is also the case (run it through the w3c validator - http://validator.w3.org/check) so I'm guessing the issue is not with MobileFrontend but something to do with the gallery code. Will take a deeper look and report findings. Error Line 1535, Column 92: Unclosed element div. …gallerybox" style="width: 170.666666667px"><div style="width: 170.666666667px"> If you look closely at the markup you'll notice a missing div inside each list item (see ???? where it should be) <li class="gallerybox" style="width: 170.666666667px"> <div style="width: 170.666666667px"> <div class="thumb" style="width: 168.666666667px;"> <div style="margin:0px auto;"> <a href="/MJOLNIR_Powered_Assault_Armor/AA_variant"><img alt="" src="/images/thumb/0/06/H4_MJOLNIR_Air_Assault.png/253px-H4_MJOLNIR_Air_Assault.png" width="169" height="300" /></a> </div> </div> <div class="gallerytextwrapper" style="width: 149px"> <div class="gallerytext"> <p>Air Assault</p> </div> </div> ???? </li> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
