Get rid of custom comment generation
This commit is contained in:
@ -7,7 +7,7 @@ import "gitlab.codemonkeysoftware.net/b/hatmill"
|
||||
import "strings"
|
||||
import "strconv"
|
||||
|
||||
// Accept sets the content types or file types allowed in a form or file input.
|
||||
// Accept creates a "accept" attribute
|
||||
func Accept(value ...string) hatmill.Attrib {
|
||||
return hatmill.Attrib{
|
||||
Key: "accept",
|
||||
|
Reference in New Issue
Block a user