Browse Source

Typo

tags/2.0.0-beta
Anderson Müller 11 years ago
parent
commit
82c54bb204
  1. 2
      docs/guide/view.md

2
docs/guide/view.md

@ -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');

Loading…
Cancel
Save