diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-11 12:55:17 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-11 12:55:17 +0200 |
commit | ca731d1db0df869c0a8629fd1518eeadac45fd5d (patch) | |
tree | 25efe81af14fb2f0fd5709c3e9833dad22d52199 /user_guide/helpers | |
parent | dd3b41544b2ac5dbac7f8240fa1ebb957fd43534 (diff) | |
parent | 61bb5012ba51ebbe5af11ef9d21741474f9f970d (diff) |
Merge pull request #426 from appleboy/guide
Update user guide
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/string_helper.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index 314124037..ebdbd3ab2 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -96,9 +96,9 @@ String Helper <p>Usage example:</p> -<code>echo increment_string('file', '_'); // "file_1"<br/> -echo increment_string('file', '-', 2); // "file-2"<br/> -echo increment_string('file-4'); // "file-5"<br/></code> +<code>echo increment_string('file', '_'); // "file_1"<br /> +echo increment_string('file', '-', 2); // "file-2"<br /> +echo increment_string('file-4'); // "file-5"<br /></code> <h2>alternator()</h2> @@ -186,4 +186,4 @@ Next Topic: <a href="text_helper.html">Text Helper</a> </div> </body> -</html>
\ No newline at end of file +</html> |