From 0339a3276b08e0c438b761cd4f1a5214bd0cf97a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 5 Jan 2013 13:02:58 -0600 Subject: [PATCH] Fix bad doc. --- laravel/documentation/views/html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #### Generating a reference to a CSS file: #### 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:*