Minor code styling fix
This commit is contained in:
parent
3d4c155fb7
commit
4d93d3b76c
|
@ -240,7 +240,7 @@
|
||||||
const cleanAttribution = sanitizeHtml(mapAttribution, {
|
const cleanAttribution = sanitizeHtml(mapAttribution, {
|
||||||
allowedTags: ["a"],
|
allowedTags: ["a"],
|
||||||
allowedAttributes: {
|
allowedAttributes: {
|
||||||
a: ["href","target"],
|
a: ["href", "target"],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue