Browse Source

Errors in sequence numbers of registerCssFile()'s arguments (#12812) [skip ci]

tags/2.0.11
Roman Grinyov 8 years ago committed by Alexander Makarov
parent
commit
0dbb945cb7
  1. 4
      docs/guide/output-client-scripts.md

4
docs/guide/output-client-scripts.md

@ -72,8 +72,8 @@ body { background: #f00; }
</style>
```
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 fourth argument as was mentioned in meta tags description.
If you want to specify additional properties of the style tag, pass an array of name-values to the second argument.
If you need to make sure there's only a single style tag use third argument as was mentioned in meta tags description.
```php
$this->registerCssFile("http://example.com/css/themes/black-and-white.css", [

Loading…
Cancel
Save