refactor: remove / before > in input tag

This commit is contained in:
kenjis 2022-12-27 14:16:40 +09:00
parent e894032ad3
commit 0a9947e42c
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -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