Browse Source

better meta tags explaination

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
9c0c743fae
  1. 4
      docs/guide/view.md

4
docs/guide/view.md

@ -123,8 +123,8 @@ $this->registerMetaTag(array('description' => 'This is my cool website made with
$this->registerMetaTag(array('description' => 'This website is about funny raccoons.'), 'meta-description'); $this->registerMetaTag(array('description' => 'This website is about funny raccoons.'), 'meta-description');
``` ```
If there are multiple calls with the same value of the second argument, the later will override the former and only If there are multiple calls with the same value of the second argument (`meta-description` in this case), the later will
a single tag will be rendered: override the former and only a single tag will be rendered:
```html ```html
<meta description="This website is about funny raccoons."> <meta description="This website is about funny raccoons.">

Loading…
Cancel
Save