Pastakhov has submitted this change and it was merged.

Change subject: fix problem with new line in debug mode
......................................................................


fix problem with new line in debug mode

Change-Id: Ibdc7e69cc1b989688791d1fd2c420ae087c7270e
---
M includes/Interpreter.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Pastakhov: Verified; Looks good to me, approved



diff --git a/includes/Interpreter.php b/includes/Interpreter.php
index a1f2042..2e9ae01 100644
--- a/includes/Interpreter.php
+++ b/includes/Interpreter.php
@@ -217,7 +217,7 @@
                }
 
                if( $is_debug ) {
-                       $return = implode('', $debug) . '<HR>' . $return;
+                       $return = implode('', $debug) . "<HR>\n" . $return;
                }
                return $return;
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/56581
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibdc7e69cc1b989688791d1fd2c420ae087c7270e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Foxway
Gerrit-Branch: master
Gerrit-Owner: Pastakhov <[email protected]>
Gerrit-Reviewer: Pastakhov <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to