From 9c0c743fae45ca3b5e761ec67ed6da6fe37f8e29 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 15 Aug 2013 16:46:20 +0400 Subject: [PATCH 1/4] better meta tags explaination --- docs/guide/view.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/view.md b/docs/guide/view.md index 1cd9851..d196189 100644 --- a/docs/guide/view.md +++ b/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'); ``` -If there are multiple calls with the same value of the second argument, the later will override the former and only -a single tag will be rendered: +If there are multiple calls with the same value of the second argument (`meta-description` in this case), the later will +override the former and only a single tag will be rendered: ```html From 89e93e6c5ecc4184384a75133f5c471f40f181b7 Mon Sep 17 00:00:00 2001 From: Aris Karageorgos Date: Thu, 15 Aug 2013 20:51:02 +0700 Subject: [PATCH 2/4] Fix typo --- docs/guide/view.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/view.md b/docs/guide/view.md index d196189..7d90fc5 100644 --- a/docs/guide/view.md +++ b/docs/guide/view.md @@ -123,7 +123,7 @@ $this->registerMetaTag(array('description' => 'This is my cool website made with $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 (`meta-description` in this case), the later will +If there are multiple calls with the same value of the second argument (`meta-description` in this case), the latter will override the former and only a single tag will be rendered: ```html @@ -155,7 +155,7 @@ Same as with meta tags you can specify additional argument to make sure there's ### Registering CSS You can register CSS using `registerCss` or `registerCssFile`. Former is for outputting code in `