Fix bad doc.

This commit is contained in:
Taylor Otwell
2013-01-05 13:02:58 -06:00
parent 8ff052cbdb
commit 0339a3276b

View File

@@ -40,7 +40,7 @@ For example, the < symbol should be converted to its entity representation. Conv
#### 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:*