Skip to content

Commit

Permalink
Update CoreAttributes.swift
Browse files Browse the repository at this point in the history
custom styles were not distinguished from heading, failed customization
  • Loading branch information
jpurnell authored Oct 11, 2024
1 parent ea9708d commit 2261679
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 2261679

Please sign in to comment.