From d5894fccc9933a47d268462962a5282a550c5943 Mon Sep 17 00:00:00 2001 From: Phan Xuan Dung Date: Fri, 1 Mar 2019 17:48:04 +0700 Subject: [PATCH] Update, add Intro Upgrade from v1 --- docs/guide-vi/structure-views.md | 2 +- tests/runtime/assets/.gitignore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 tests/runtime/assets/.gitignore diff --git a/docs/guide-vi/structure-views.md b/docs/guide-vi/structure-views.md index 5c78793..3776786 100644 --- a/docs/guide-vi/structure-views.md +++ b/docs/guide-vi/structure-views.md @@ -590,7 +590,7 @@ at the place where you call [[yii\web\View::head()]] in the layout: -Note that if you call [[yii\web\View::registerMetaTag()]] multiple times, it will register multiple meta tags, +Lưu ý rằng nếu bạn gọi phương thức [[yii\web\View::registerMetaTag()]] multiple times, it will register multiple meta tags, regardless whether the meta tags are the same or not. To make sure there is only a single instance of a meta tag type, you can specify a key as a second parameter when calling the method. diff --git a/tests/runtime/assets/.gitignore b/tests/runtime/assets/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/tests/runtime/assets/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore