mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Fixed phrase.
This commit is contained in:
@ -585,7 +585,7 @@ $this->registerMetaTag(['name' => 'keywords', 'content' => 'yii, framework, php'
|
||||
```
|
||||
|
||||
The above code will register a "keywords" meta tag with the view component. The registered meta tag is
|
||||
not rendered until the layout finishes rendering. By then, the following HTML code will be inserted
|
||||
rendered after the layout finishes rendering. By then, the following HTML code will be inserted
|
||||
at the place where you call [[yii\web\View::head()]] in the layout and generate the following HTML code:
|
||||
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user