You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.
Hi.
I just observed an issue where background: url('data:image/svg+xml;charset=utf-8,<svg%20version%... becomes invalid CSS due to a linebreak after semicolon:
Hi.
I just observed an issue where
background: url('data:image/svg+xml;charset=utf-8,<svg%20version%...
becomes invalid CSS due to a linebreak after semicolon:(This is in the "funky" theme of Prism.js)
I have a very limited scope in my project so I will "fix" the problem using a simple string operation, but I wanted to report the case here.
I don't believe I'll have time for an actual fix and PR, but will report if I do.
In case somebody stumbles across this and needs a naive but simple solution, the workaround for my particular example goes something like this:
The text was updated successfully, but these errors were encountered: