Merge pull request #1399 from HiroKws/correct/document/html

Correct document page of HTML page.
This commit is contained in:
Taylor Otwell
2013-01-05 12:44:39 -08:00

View File

@@ -55,7 +55,7 @@ For example, the < symbol should be converted to its entity representation. Conv
#### Generating a link that should use HTTPS: #### Generating a link that should use HTTPS:
echo HTML::secure_link('user/profile', 'User Profile'); echo HTML::link_to_secure('user/profile', 'User Profile');
#### Generating a link and specifying extra HTML attributes: #### Generating a link and specifying extra HTML attributes: