diff options
Diffstat (limited to 'user_guide/general/profiling.html')
-rw-r--r-- | user_guide/general/profiling.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/general/profiling.html b/user_guide/general/profiling.html index 5ab568afb..176adf6dc 100644 --- a/user_guide/general/profiling.html +++ b/user_guide/general/profiling.html @@ -33,7 +33,7 @@ window.onload = function() { <div id="masthead">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
-<td><h1>Code Igniter User Guide Version 1.5.0</h1></td>
+<td><h1>Code Igniter User Guide Version 1.5.0b1</h1></td>
<td id="breadcrumb_right"><a href="../toc.html">Full Table of Contents</a></td>
</tr>
</table>
@@ -69,7 +69,7 @@ This information can be useful during development in order to help with debuggin <h2>Initializing the Class</h2>
-<p><strong>Important:</strong> This class does <kbd>NOT</kbd> need to be initialized. It is loaded automatically by the
+<p class="important"><strong>Important:</strong> This class does <kbd>NOT</kbd> need to be initialized. It is loaded automatically by the
<a href="../libraries/output.html">Output Class</a> if profiling is enabled as shown below.</p>
<h2>Enabling the Profiler</h2>
|