Passed
Push — master ( 3181bf...b34e4f )
by Gaetano
15:19
created
debugger/controller.php 1 patch
Braces   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,12 @@
 block discarded – undo
31 31
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32 32
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
33 33
 <head>
34
-    <title><?php if (defined('DEFAULT_WSTYPE') && DEFAULT_WSTYPE == 1) echo 'JSONRPC'; else echo 'XMLRPC'; ?> Debugger</title>
34
+    <title><?php if (defined('DEFAULT_WSTYPE') && DEFAULT_WSTYPE == 1) {
35
+    echo 'JSONRPC';
36
+} else {
37
+    echo 'XMLRPC';
38
+}
39
+?> Debugger</title>
35 40
     <meta name="robots" content="index,nofollow"/>
36 41
     <script type="text/javascript" language="Javascript">
37 42
         if (window.name != 'frmcontroller')
Please login to merge, or discard this patch.