https://bugzilla.wikimedia.org/show_bug.cgi?id=30406

--- Comment #16 from MZMcBride <[email protected]> 2012-03-29 23:37:30 UTC ---
(In reply to comment #15)
> This looks better. There's now a closing </li> and a closing </ul> However,
> <https://en.wikipedia.org/wiki/MediaWiki:Wikimedia-copyright> hasn't been
> changed, so the question becomes: where did these tags come from?
> 
> I haven't had a chance to investigate this. I have suspicions about the 
> current
> behavior, but I'm re-opening the bug for now.

Uhh, right. So there's this lovely bit of code from r100057, r100059, and
r102441:

---
        $copyright = $skin->getCopyright();
        if ( stristr( $copyright, '<li class="noprint">' ) !== false ) {
            $copyright = '<ul id="footer-info"><li>' . $copyright .
'</li></ul>';
        }
---

This is a hack (and an undocumented one at that). This should be properly
addressed in the MobileFrontend extension.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to