From: Aaron Schulz Date: Thu, 15 Sep 2016 19:53:43 +0000 (-0700) Subject: Allow quotes in $wgDebugComments HTML comments X-Git-Tag: 1.31.0-rc.0~5543^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=3802f088f1a4d99fe8f8cc55c62b9562a4e77ec6;p=lhc%2Fweb%2Fwiklou.git Allow quotes in $wgDebugComments HTML comments Change-Id: Id1fbab9ad3d6d645b6efea1d1e66a18ab4fe0b89 --- diff --git a/includes/debug/MWDebug.php b/includes/debug/MWDebug.php index 8c019d87bb..dde678fc45 100644 --- a/includes/debug/MWDebug.php +++ b/includes/debug/MWDebug.php @@ -439,7 +439,7 @@ class MWDebug { if ( $wgDebugComments ) { $html .= ""; }