We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e894032 commit 0a9947eCopy full SHA for 0a9947e
1 file changed
app/Config/Honeypot.php
@@ -24,7 +24,7 @@ class Honeypot extends BaseConfig
24
/**
25
* Honeypot HTML Template
26
*/
27
- public string $template = '<label>{label}</label><input type="text" name="{name}" value=""/>';
+ public string $template = '<label>{label}</label><input type="text" name="{name}" value="">';
28
29
30
* Honeypot container
0 commit comments