all repos — gomponents @ 91805813d15b1903a4c5bb540b59172c31c73622

HTML components in pure Go

Merge remote-tracking branch 'upstream/main'

Alan Pearce
commit

91805813d15b1903a4c5bb540b59172c31c73622

parent

84f293a92824fcf26f8335d4820245a8c209bd34

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

changed files
M html/elements_test.gohtml/elements_test.go
@@ -94,6 +94,7 @@ {Name: "object", Func: Object},
{Name: "ol", Func: Ol}, {Name: "optgroup", Func: OptGroup}, {Name: "option", Func: Option}, + {Name: "output", Func: Output}, {Name: "p", Func: P}, {Name: "picture", Func: Picture}, {Name: "pre", Func: Pre},