diff --git a/src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php b/src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php index bf8c337d78..c12181493b 100755 --- a/src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php +++ b/src/aphront/console/plugin/xhprof/DarkConsoleXHProfPlugin.php @@ -48,14 +48,14 @@ class DarkConsoleXHProfPlugin extends DarkConsolePlugin { '
The "xhprof" PHP extension is not available. Install xhprof '. 'to enable the XHProf plugin.'; } - + $run = $this->getXHProfRunID(); if ($run) { return 'View Run'; } else { $hidden = array(); $data = array('__profile__' => 'page') + $_GET; - + foreach ($data as $k => $v) { $hidden[] = phutil_render_tag( 'input', @@ -66,8 +66,8 @@ class DarkConsoleXHProfPlugin extends DarkConsolePlugin { )); } $hidden = implode("\n", $hidden); - - + + return '