diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-04-01 04:43:21 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-04-01 04:43:21 +0200 |
commit | aaa19bce2b8fb549442a679cba1382510770ddff (patch) | |
tree | a3e56fa04b92a0e299a7bd6740457a7300a4f3cc /system | |
parent | a091147feb0331e758b74e7ea13f6ebcb645cd9b (diff) |
Fixing Validation error in output profiler
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Profiler.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index b2c008fc0..3285bc531 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -434,8 +434,6 @@ class CI_Profiler { $output .= "</table>\n"; $output .= "</fieldset>"; - $output .= "</fieldset>"; - return $output; } @@ -467,8 +465,6 @@ class CI_Profiler { $output .= "</table>\n"; $output .= "</fieldset>"; - $output .= "</fieldset>"; - return $output; } |