r87749 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87748‎ | r87749 | r87750 >
Date:17:51, 9 May 2011
Author:krinkle
Status:ok
Tags:
Comment:
Fix fixme: r87340: Remove slashes from double quote escape in single quote string.
Modified paths:
  • /trunk/phase3/includes/SkinLegacy.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinLegacy.php
@@ -68,7 +68,7 @@
6969 $this->html( 'headelement' );
7070 echo $this->beforeContent();
7171 $this->html( 'bodytext' );
72 - echo '<div class=\"printfooter\">';
 72+ echo '<div class="printfooter">';
7373 $this->html( 'printfooter' );
7474 echo '</div>';
7575 $this->html( 'debughtml' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87340Moved "printfooter" and debug HTML away from "bodytext" so that they can be e...ialex17:23, 3 May 2011

Status & tagging log