r100060 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100059‎ | r100060 | r100061 >
Date:17:54, 17 October 2011
Author:preilly
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100059part of the fix for bug 31773 - mobile view has invalid html structurepreilly17:53, 17 October 2011

Status & tagging log