Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

folder brief images break when path has apostrophe #88

Open
jericjan opened this issue Dec 8, 2023 · 0 comments
Open

folder brief images break when path has apostrophe #88

jericjan opened this issue Dec 8, 2023 · 0 comments

Comments

@jericjan
Copy link

jericjan commented Dec 8, 2023

Basically, the CSS turns out like this:

background-image: url(app://10b7a07ec12e16844f982aa5d5bc4355d44c/C:/path/to/vault with '/image.png?1702049886735);

which leads to an invalid property value error in Devtools. The fix would be to escape the apostrophes like this:

background-image: url(app://10b7a07ec12e16844f982aa5d5bc4355d44c/C:/path/to/vault with \'/image.png?1702049886735);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant