summaryrefslogtreecommitdiffstats
path: root/system/libraries/Profiler.php
diff options
context:
space:
mode:
authorLloric Mayuga Garcia <emorickfighter@gmail.com>2017-07-09 16:19:19 +0200
committerLloric Mayuga Garcia <emorickfighter@gmail.com>2017-07-09 16:19:19 +0200
commitb344273d2aa61457d0119f0b224d400b8de65654 (patch)
tree5cc4c130da4002107d1a1bb9eaefba90bd678527 /system/libraries/Profiler.php
parent45f296f1872e7613a9dc1437046acae4eb8ed11d (diff)
php style
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r--system/libraries/Profiler.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 9a1a51380..cb3eaed75 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -484,15 +484,15 @@ class CI_Profiler {
foreach ($this->CI->config->config as $config => $val)
{
- $pre = '';
- $pre_close = '';
+ $pre = '';
+ $pre_close = '';
if (is_array($val) OR is_object($val))
{
$val = print_r($val, TRUE);
- $pre = '<pre>' ;
- $pre_close = '</pre>';
+ $pre = '<pre>' ;
+ $pre_close = '</pre>';
}
$output .= '<tr><td style="padding:5px;vertical-align:top;color:#900;background-color:#ddd;">'
@@ -522,15 +522,15 @@ class CI_Profiler {
foreach ($this->CI->session->userdata() as $key => $val)
{
- $pre = '';
- $pre_close = '';
+ $pre = '';
+ $pre_close = '';
if (is_array($val) OR is_object($val))
{
$val = print_r($val, TRUE);
- $pre = '<pre>' ;
- $pre_close = '</pre>';
+ $pre = '<pre>' ;
+ $pre_close = '</pre>';
}
$output .= '<tr><td style="padding:5px;vertical-align:top;color:#900;background-color:#ddd;">'