Skip to content

Commit 0a9947e

Browse files
committed
refactor: remove / before > in input tag
1 parent e894032 commit 0a9947e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Config/Honeypot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Honeypot extends BaseConfig
2424
/**
2525
* Honeypot HTML Template
2626
*/
27-
public string $template = '<label>{label}</label><input type="text" name="{name}" value=""/>';
27+
public string $template = '<label>{label}</label><input type="text" name="{name}" value="">';
2828

2929
/**
3030
* Honeypot container

0 commit comments

Comments
 (0)