diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-02-12 03:57:58 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-02-12 03:57:58 +0100 |
commit | eeff9813bb5496f39a2ce6294766a5126df1b3b3 (patch) | |
tree | b3f4039e78e21a25fa58d9a25ba12443549a6a4f /user_guide/helpers/url_helper.html | |
parent | a377bdd47e57ddde51e90641d961f00af4a71fa1 (diff) |
fixed an example in url_title with capitalization
Diffstat (limited to 'user_guide/helpers/url_helper.html')
-rw-r--r-- | user_guide/helpers/url_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index 0467e7a09..b7e2aa52b 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -213,7 +213,7 @@ in which you'd like to use the title of your entries in the URL. Example:</p> <br /> $url_title = url_title($title);<br /> <br /> -// Produces: whats-wrong-with-css +// Produces: Whats-wrong-with-CSS </code> |