Fix fixme: r87340: Remove slashes from double quote escape in single quote string.
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 9 May 2011 17:51:17 +0000 (17:51 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 9 May 2011 17:51:17 +0000 (17:51 +0000)
includes/SkinLegacy.php

index fc82834..8163891 100644 (file)
@@ -68,7 +68,7 @@ class LegacyTemplate extends BaseTemplate {
                $this->html( 'headelement' );
                echo $this->beforeContent();
                $this->html( 'bodytext' );
-               echo '<div class=\"printfooter\">';
+               echo '<div class="printfooter">';
                $this->html( 'printfooter' );
                echo '</div>';
                $this->html( 'debughtml' );