diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-23 19:27:54 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-23 19:27:54 +0200 |
commit | e65f4893c9b3e7c2b34e0fef7c7de04112329063 (patch) | |
tree | 047e2d986b640150486f1edf37898c8c9c5ade3b /user_guide | |
parent | 74b648c2da3ee5d92920cea2355ccf36d5e0519e (diff) |
Removed the starting slash from uri_string() documentation.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/libraries/uri.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index f04bb9f10..663fca5bc 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -191,7 +191,7 @@ $str = $this->uri->assoc_to_uri($array);<br /> <p>The function would return this:</p> -<code>/news/local/345</code> +<code>news/local/345</code> <h2>$this->uri->ruri_string()</h2> |