summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/output.html
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide/libraries/output.html')
-rw-r--r--user_guide/libraries/output.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html
index eeb278371..a1427de7b 100644
--- a/user_guide/libraries/output.html
+++ b/user_guide/libraries/output.html
@@ -140,9 +140,9 @@ at the bottom of your pages for debugging and optimization purposes.</p>
<h2>Parsing Execution Variables</h2>
<p>CodeIgniter will parse the pseudo-variables <var>{elapsed_time}</var> and <var>{memory_usage}</var> in your output by default. To disable this, set the <var>$parse_exec_vars</var> class property to <var>FALSE</var> in your controller.
-
+
<code>$this->output->parse_exec_vars = FALSE;</code>
-
+
</div>
<!-- END CONTENT -->