Skip to content

Commit c993cb9

Browse files
committed
fix: attrs ssr wrong
1 parent c9d2646 commit c993cb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/chtml/src/attrs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ impl<const CAP: usize> SpaceAndAttributesLeadingString<CAP> {
133133

134134
match attribute.eq_value {
135135
AttributeEqValueSsr::Eq { quote, ssr } => {
136+
s.push_str("=");
137+
136138
let quote = match quote {
137139
Some(Quote::Double) => "\"",
138140
Some(Quote::Single) => "'",

0 commit comments

Comments
 (0)