diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-04-01 18:40:51 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-04-01 18:40:51 +0200 |
commit | a06681fad3008fcaeb3f30468e516bc0b4b9009d (patch) | |
tree | 4c598f3d8b62385df564c74f10d520cb849bca39 /user_guide/libraries/benchmark.html | |
parent | 4185961571e9d2beeaba857cc496b526d32c818b (diff) |
missing </code> fixed
Diffstat (limited to 'user_guide/libraries/benchmark.html')
-rw-r--r-- | user_guide/libraries/benchmark.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html index 9d286aa52..0f447cdd9 100644 --- a/user_guide/libraries/benchmark.html +++ b/user_guide/libraries/benchmark.html @@ -145,11 +145,11 @@ $this->benchmark->mark('another_mark<kbd>_start</kbd>');<br /> // Some more code happens here...<br />
<br />
$this->benchmark->mark('another_mark<kbd>_end</kbd>');
+</code>
<p>Please read the <a href="../general/profiling.html">Profiler page</a> for more information.</p>
-
<a name="execution"></a>
<h2>Displaying Total Execution Time</h2>
|