mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
refactor: remove / before > in input tag
This commit is contained in:
parent
e894032ad3
commit
0a9947e42c
@ -24,7 +24,7 @@ class Honeypot extends BaseConfig
|
||||
/**
|
||||
* Honeypot HTML Template
|
||||
*/
|
||||
public string $template = '<label>{label}</label><input type="text" name="{name}" value=""/>';
|
||||
public string $template = '<label>{label}</label><input type="text" name="{name}" value="">';
|
||||
|
||||
/**
|
||||
* Honeypot container
|
||||
|
Loading…
x
Reference in New Issue
Block a user