We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a937e commit ce918b8Copy full SHA for ce918b8
Sources/SwiftHtml/Components/TagBuilder.swift
@@ -13,7 +13,7 @@ public enum TagBuilder {
13
}
14
15
public static func buildBlock(_ components: [Tag]...) -> Tag {
16
- Tag(.init(type: .empty), children: components.flatMap { $0 })
+ Tag(.init(type: .group), children: components.flatMap { $0 })
17
18
19
public static func buildExpression(_ expression: Tag) -> [Tag] {
0 commit comments