From a79e6d9d10099c418846280ae4a4997e82f6efee Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Tue, 25 Jun 2024 14:47:01 +0200 Subject: Add LabelEl (#180) For consistency with the other name clashes. Also, adjust the readme. I know it's a bit weird to add a pre-deprecated function, but know it's the same as the other functions.--- html/elements_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'html/elements_test.go') diff --git a/html/elements_test.go b/html/elements_test.go index ffb225a..88688f4 100644 --- a/html/elements_test.go +++ b/html/elements_test.go @@ -79,6 +79,7 @@ func TestSimpleElements(t *testing.T) { {Name: "ins", Func: Ins}, {Name: "kbd", Func: Kbd}, {Name: "label", Func: Label}, + {Name: "label", Func: LabelEl}, {Name: "legend", Func: Legend}, {Name: "li", Func: Li}, {Name: "main", Func: Main}, -- cgit 1.4.1