1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00

Minor code styling fix

This commit is contained in:
Dean 2022-03-14 09:47:48 +00:00
parent 24de79a38b
commit 7f5270ab5b

View file

@ -240,7 +240,7 @@
const cleanAttribution = sanitizeHtml(mapAttribution, { const cleanAttribution = sanitizeHtml(mapAttribution, {
allowedTags: ["a"], allowedTags: ["a"],
allowedAttributes: { allowedAttributes: {
a: ["href","target"], a: ["href", "target"],
}, },
}) })