diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-24 18:58:47 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-05-24 18:58:47 +0200 |
commit | 0bf4e88d935e972fc432b8c3cdaeb5397749b580 (patch) | |
tree | d19b5943d13b06393e118b460aac2ca8d37f8fc6 /user_guide/libraries/uri.html | |
parent | 10a4724f7a8113c5e23f113a37709c78406de7f2 (diff) | |
parent | bc602d8b8e125597bfd557949e846ff5a258b858 (diff) |
Merge branch '2.1-stable' of github.com:EllisLab/CodeIgniter into 2.1-stable
Diffstat (limited to 'user_guide/libraries/uri.html')
-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> |