Skip to content

Commit 7fe6ecc

Browse files
committed
replaced notice
1 parent 1bb2ca7 commit 7fe6ecc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,4 @@ DeleteMultipleAction Class
5757

5858
[renderTagAttributes()]:http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail
5959
[dropDownList()]:http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#dropDownList()-detail
60-
[t()]:http://www.yiiframework.com/doc-2.0/yii-baseyii.html#t()-detail
61-
62-
### CSRF validation
63-
For enable CSRF validation make sure you have ```<?= Html::csrfMetaTags() ?>``` in main layout.
60+
[t()]:http://www.yiiframework.com/doc-2.0/yii-baseyii.html#t()-detail

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ public function actions()
7979
8080
> Tip: For information about properties and methods of the widget, see the bundled `DOCUMENTATION.md`.
8181
82+
### CSRF validation
83+
For enable CSRF validation make sure you have ```<?= Html::csrfMetaTags() ?>``` in main layout.
84+
8285
Examples
8386
--------
8487

0 commit comments

Comments
 (0)