further whitespace fixes
diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html
index 025a432..24a0a66 100644
--- a/user_guide/helpers/string_helper.html
+++ b/user_guide/helpers/string_helper.html
@@ -122,8 +122,8 @@
echo reduce_double_slashes($string); // results in "http://example.com/index.php"</code>
<h2>trim_slashes()</h2>
<p>Removes any leading/trailing slashes from a string. Example:<br />
- <br />
- <code>$string = "/this/that/theother/";<br />
+ <br />
+ <code>$string = "/this/that/theother/";<br />
echo trim_slashes($string); // results in this/that/theother</code></p>