Skip to content

Commit

Permalink
Merge pull request #1856 from floccusaddon/fix/parse-tag-value
Browse files Browse the repository at this point in the history
fix(Xbel): Don't parse tag values
  • Loading branch information
marcelklehr authored Feb 4, 2025
2 parents a1eb50f + 1b6a57c commit 708cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/serializers/Xbel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class XbelSerializer implements Serializer {
preserveOrder: true,
ignorePiTags: true,
ignoreAttributes: false,
parseTagValue: true,
parseTagValue: false,
})
const xmlObj = parser.parse(xbel)

Expand Down

0 comments on commit 708cb31

Please sign in to comment.