fix conflicts.

This commit is contained in:
Taylor Otwell
2012-08-09 22:49:36 -05:00
2 changed files with 3 additions and 3 deletions

View File

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