From: Krinkle Date: Mon, 9 May 2011 17:51:17 +0000 (+0000) Subject: Fix fixme: r87340: Remove slashes from double quote escape in single quote string. X-Git-Tag: 1.31.0-rc.0~30309 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=f59941c4767895e33a9e9f59301fb5789bf42384;p=lhc%2Fweb%2Fwiklou.git Fix fixme: r87340: Remove slashes from double quote escape in single quote string. --- diff --git a/includes/SkinLegacy.php b/includes/SkinLegacy.php index fc82834381..81638915ca 100644 --- a/includes/SkinLegacy.php +++ b/includes/SkinLegacy.php @@ -68,7 +68,7 @@ class LegacyTemplate extends BaseTemplate { $this->html( 'headelement' ); echo $this->beforeContent(); $this->html( 'bodytext' ); - echo '
'; + echo '
'; $this->html( 'printfooter' ); echo '
'; $this->html( 'debughtml' );