Get rid of custom comment generation

This commit is contained in:
2019-08-27 16:59:59 -06:00
parent e2ca21a752
commit a0eecef935
4 changed files with 12 additions and 28 deletions

View File

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