diff --git a/laravel/documentation/views/html.md b/laravel/documentation/views/html.md index 629387c8..9b52399a 100644 --- a/laravel/documentation/views/html.md +++ b/laravel/documentation/views/html.md @@ -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:*