Skip to content

Commit 2bf437e

Browse files
authored
fix tag for label element (#96)
1 parent a5951d8 commit 2bf437e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/html/elements/label.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Attribute = @import("../Attribute.zig");
77
const AttributeSet = Attribute.AttributeSet;
88

99
pub const label: Element = .{
10-
.tag = .kbd,
10+
.tag = .label,
1111
.model = .{
1212
.categories = .{
1313
.flow = true,

0 commit comments

Comments
 (0)