Index: trunk/phase3/includes/SkinLegacy.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | $this->html( 'headelement' ); |
70 | 70 | echo $this->beforeContent(); |
71 | 71 | $this->html( 'bodytext' ); |
72 | | - echo '<div class=\"printfooter\">'; |
| 72 | + echo '<div class="printfooter">'; |
73 | 73 | $this->html( 'printfooter' ); |
74 | 74 | echo '</div>'; |
75 | 75 | $this->html( 'debughtml' ); |