Commit 829fa4ed authored by Taylor Otwell's avatar Taylor Otwell

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

Correct document page of HTML page.
parents c463d2a4 6bef39b0
......@@ -55,7 +55,7 @@ For example, the < symbol should be converted to its entity representation. Conv
#### 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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment