r100059 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100058‎ | r100059 | r100060 >
Date:17:53, 17 October 2011
Author:preilly
Status:deferred
Tags:
Comment:
part of the fix for bug 31773 - mobile view has invalid html structure
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -314,7 +314,7 @@
315315
316316 $skin = $wgUser->getSkin();
317317 $copyright = $skin->getCopyright();
318 - if ( stristr( $copyright, '<li>' ) !== false ) {
 318+ if ( stristr( $copyright, '<li class="noprint">' ) !== false ) {
319319 $copyright = '<ul><li>' . $copyright . '</li></ul>';
320320 }
321321

Follow-up revisions

RevisionCommit summaryAuthorDate
r100060mft r100059preilly17:54, 17 October 2011
r100062part of the fix for bug 31773 - mobile view has invalid html structurepreilly18:03, 17 October 2011
r100065part of the fix for bug 31773 - mobile view has invalid html structurepreilly18:08, 17 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100056part of the fix for bug 31773 - mobile view has invalid html structurepreilly17:42, 17 October 2011
r100057part of the fix for bug 31773 - mobile view has invalid html structurepreilly17:48, 17 October 2011

Status & tagging log