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