summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/routing.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-01 18:55:42 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-01 18:55:42 +0100
commitd1097a1dc30f40c68bc4a5c89d3fadb295c55e56 (patch)
treebc5e12c402d1abb6b00e064161f76aa3bf543189 /user_guide_src/source/general/routing.rst
parent8161e57a1c038566ff28a6ba08c9b165079c9b75 (diff)
Allow use of dashes in controller/method URI segments
Supersedes PR #642
Diffstat (limited to 'user_guide_src/source/general/routing.rst')
-rw-r--r--user_guide_src/source/general/routing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/general/routing.rst b/user_guide_src/source/general/routing.rst
index 43c181669..e6174cc0d 100644
--- a/user_guide_src/source/general/routing.rst
+++ b/user_guide_src/source/general/routing.rst
@@ -162,8 +162,8 @@ appear by default.
This route indicates which controller class should be loaded if the
requested controller is not found. It will override the default 404
error page. It won't affect to the show_404() function, which will
-continue loading the default error_404.php file at
-application/errors/error_404.php.
+continue loading the default *error_404.php* file at
+*application/errors/error_404.php*.
.. important:: The reserved routes must come before any wildcard or
- regular expression routes.
+ regular expression routes. \ No newline at end of file