all repos — gomponents @ 32ad318ce8e77ae55e5cf68f9217271fb719333c

HTML components in pure Go

Add EncType html attribute (#109)

Markus Wüstenberg
commit

32ad318ce8e77ae55e5cf68f9217271fb719333c

parent

f387a7123040d9414350bf783bdeff17ac0572c7

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M html/attributes_test.gohtml/attributes_test.go
@@ -45,6 +45,7 @@ "charset": Charset,
"class": Class, "cols": Cols, "content": Content, + "enctype": EncType, "for": For, "form": FormAttr, "height": Height,