Commit 9c0c743f by Alexander Makarov

better meta tags explaination

parent 94e4c076
...@@ -123,8 +123,8 @@ $this->registerMetaTag(array('description' => 'This is my cool website made with ...@@ -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.">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment