Fix bad doc.
This commit is contained in:
parent
8ff052cbdb
commit
0339a3276b
|
@ -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:*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue