mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
Typo
This commit is contained in:
@ -198,7 +198,7 @@ body { background: #f00; }
|
||||
```
|
||||
|
||||
If you want to specify additional properties of the style tag, pass an array of name-values to the third argument.
|
||||
If you need to make sure there's only a single style tag use forth argument as was mentioned in meta tags description.
|
||||
If you need to make sure there's only a single style tag use fourth argument as was mentioned in meta tags description.
|
||||
|
||||
```php
|
||||
$this->registerCssFile("http://example.com/css/themes/black-and-white.css", [BootstrapAsset::className()], ['media' => 'print'], 'css-print-theme');
|
||||
|
Reference in New Issue
Block a user