Skip to content

Commit 64db55a

Browse files
obozdagkenjis
andauthored
Fix HTML link helpers/form_helper.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent e3e0340 commit 64db55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/form_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following functions are available:
117117
for POST/PUT/DELETE/PATCH requests, but even for GET requests, CSRF filters must be enabled for pages that display Forms.
118118

119119
If you enable CSRF filter with `$globals <https://codeigniter4.github.io/CodeIgniter4/incoming/filters.html#globals>`, it will be active for all request types.
120-
But if you enable CSRF filter with public array $methods = ['POST' => ['csrf']];, the hidden CSRF field will not be added in GET requests.
120+
But if you enable CSRF filter with ``public array $methods = ['POST' => ['csrf']];``, the hidden CSRF field will not be added in GET requests.
121121

122122
**Adding Hidden Input Fields**
123123

0 commit comments

Comments
 (0)