From eeff9813bb5496f39a2ce6294766a5126df1b3b3 Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Thu, 12 Feb 2009 02:57:58 +0000
Subject: fixed an example in url_title with capitalization
---
user_guide/helpers/url_helper.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'user_guide/helpers/url_helper.html')
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:
$url_title = url_title($title);
-// Produces: whats-wrong-with-css
+// Produces: Whats-wrong-with-CSS
--
cgit v1.2.3-24-g4f1b