Skip to content

Commit

Permalink
Changed spaces to tabs where appropriate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfm committed Aug 30, 2012
1 parent f002c2a commit 8f1cdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/general/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ If you are using PHP >= 5.3 you can use callbacks in place of the normal routing
rules to process the back-references. Example::

$route['products/([a-z]+)/edit/(\d+)'] = function ($product_type, $id)
{
{
return "catalog/product_edit/" . strtolower($product_type) . "/" . $id;
};

Expand Down

0 comments on commit 8f1cdd1

Please sign in to comment.