Skip to content

Commit

Permalink
Merge pull request #134 from jpurnell/patch-1
Browse files Browse the repository at this point in the history
Update CoreAttributes.swift
  • Loading branch information
twostraws authored Oct 11, 2024
2 parents ea9708d + 2261679 commit c2a2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Ignite/Styles/CoreAttributes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public struct CoreAttributes: Sendable {
return ""
} else {
let stringified = styles.map { "\($0.name): \($0.value)" }.joined(separator: "; ")
return "style=\"\(stringified)\""
return " style=\"\(stringified)\""
}
}

Expand Down

0 comments on commit c2a2268

Please sign in to comment.