From 5ca000d0a54043f92378f956cb26195eb2905330 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Fri, 7 Dec 2012 08:15:53 +1300 Subject: [PATCH] Correct routing rule block indentation --- docs/en/topics/controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/topics/controller.md b/docs/en/topics/controller.md index 633a14216..268e4aaf6 100644 --- a/docs/en/topics/controller.md +++ b/docs/en/topics/controller.md @@ -28,8 +28,8 @@ your own routes since the cms module handles these routes. After: framework/routes#coreroutes --- Director: - rules: - 'fastfood/$Action/$ID/$Name': 'FastFood_Controller' + rules: + 'fastfood/$Action/$ID/$Name': 'FastFood_Controller' Request for `/fastfood/order/24/cheesefries` would result in the following to