Fix bad doc.

This commit is contained in:
Taylor Otwell 2013-01-05 13:02:58 -06:00
parent 8ff052cbdb
commit 0339a3276b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ #### Generating a reference to a CSS file:
#### Generating a reference to a CSS file using a given media type: #### Generating a reference to a CSS file using a given media type:
echo HTML::style('css/common.css', 'print'); echo HTML::style('css/common.css', array('media' => 'print'));
*Further Reading:* *Further Reading:*