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.
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M html/elements_test.go → html/elements_test.go
@@ -79,6 +79,7 @@ {Name: "iframe", Func: IFrame}, {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},