Browse Source

Merge pull request #1077 from aebersold/master

Fix Documentation Error in html.md
Phill Sparks 12 years ago
parent
commit
ebec6ba8e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/views/html.md

+ 1 - 1
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:
 ### 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));
 
 
 <a name="mail-to-links"></a>
 <a name="mail-to-links"></a>
 ## Mail-To Links
 ## Mail-To Links