From fc4c38348b525148092ab64284cbda231559df36 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 7 Mar 2011 18:21:58 +0000 Subject: [PATCH] * Make Skin::formatDebugHTML() work with $wgDebugTimestamps = true * Removed escaping of ' since the string is defined with " --- includes/Skin.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 731398e908..010f830a04 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -827,7 +827,7 @@ abstract class Skin extends Linker { if ( $wgShowDebug ) { $listInternals = $this->formatDebugHTML( $out->mDebugtext ); - return "\n
\nDebug data: