From b060de934b58ce3d51ec4ee02157e397fb850d32 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Fri, 22 Feb 2013 11:12:42 +0800 Subject: [PATCH] MDL-38041 behat: Adding styles to debugging messages Only when a simulated user session is running. --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index b61f1bce46f..1985b7ec7f7 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -2792,7 +2792,7 @@ function debugging($message = '', $level = DEBUG_NORMAL, $backtrace = null) { if (CLI_SCRIPT) { echo "++ $message ++\n$from"; } else { - echo '
' . $message . $from . '
'; + echo '
' . $message . $from . '
'; } } else {