From 8227784e114df03c92a5708bdafe8f7e0fb4904b Mon Sep 17 00:00:00 2001 From: Simon Aebersold Date: Tue, 7 Aug 2012 17:24:02 +0200 Subject: [PATCH] Documentation Error, see /laravel/html.php line 225 for reference --- laravel/documentation/views/html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/views/html.md b/laravel/documentation/views/html.md index d1fcae9b..4465b772 100644 --- a/laravel/documentation/views/html.md +++ b/laravel/documentation/views/html.md @@ -85,7 +85,7 @@ For example, the < symbol should be converted to its entity representation. Conv ### Generating a link to a controller action with wildcard values: - echo HTML::link_to_action('user@profile', array($username)); + echo HTML::link_to_action('user@profile', 'User Profile', array($username)); ## Mail-To Links