summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-01-24 10:02:34 +0100
committerAndrey Andreev <narf@bofh.bg>2013-01-24 10:02:34 +0100
commitde5744f78c44c417f41ae01eb59488a63adabd7f (patch)
tree6a9827e9ba04dbb818e804dc2ad7825de8f15cef
parent3f7445d366706b969946b2e1923edf82074716b8 (diff)
parent3b1e6e677a1c558f1ab99f8cfde9b766fffa648d (diff)
Merge pull request #2186 from 12k/patch-1
Removed slash from URI helper doc
-rw-r--r--user_guide_src/source/helpers/url_helper.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst
index 5b8fa5f44..0afa7efd8 100644
--- a/user_guide_src/source/helpers/url_helper.rst
+++ b/user_guide_src/source/helpers/url_helper.rst
@@ -110,7 +110,7 @@ For example, if your URL was this::
The function would return::
- /blog/comments/123
+ blog/comments/123
This function is an alias for ``CI_Config::uri_string()``. For more info,
please see the :doc:`Config Library <../libraries/config>` documentation.
@@ -380,4 +380,4 @@ engine purposes. The default Response Code is 302. The third parameter is
will *automatically* be selected when the page is currently accessed
via POST and HTTP/1.1 is used.
-.. important:: This function will terminate script execution. \ No newline at end of file
+.. important:: This function will terminate script execution.