Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Davidson <[email protected]>
  • Loading branch information
a-h and joerdav authored Jan 30, 2025
1 parent 9931f7c commit e4f3b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ func (g *generator) writeExpressionAttributeValueStyle(indentLevel int, attr par
return err
}

// _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(vn)
// _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(vn))
if _, err = g.w.WriteIndent(indentLevel, "_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString("+vn+"))\n"); err != nil {
return err
}
Expand Down

0 comments on commit e4f3b13

Please sign in to comment.