Skip to content

Commit

Permalink
Update stringifier.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetiss authored Dec 4, 2024
1 parent c372b36 commit 4a1f21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stringifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const stringifyElement = (node, config, state) => {
node.name +
stringifyAttributes(node, config) +
config.tagOpenEnd +
createIndent(config, state) +
config.tagCloseStart +
node.name +
config.tagCloseEnd
Expand Down

0 comments on commit 4a1f21f

Please sign in to comment.