From 32ad318ce8e77ae55e5cf68f9217271fb719333c Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Thu, 29 Sep 2022 12:46:36 +0200 Subject: Add EncType html attribute (#109) --- html/attributes_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'html/attributes_test.go') diff --git a/html/attributes_test.go b/html/attributes_test.go index 665dc94..50f0b53 100644 --- a/html/attributes_test.go +++ b/html/attributes_test.go @@ -45,6 +45,7 @@ func TestSimpleAttributes(t *testing.T) { "class": Class, "cols": Cols, "content": Content, + "enctype": EncType, "for": For, "form": FormAttr, "height": Height, -- cgit 1.4.1