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

seems msrc cannot has space in the filename #10

Closed
huhongbo opened this issue Jul 22, 2019 · 2 comments
Closed

seems msrc cannot has space in the filename #10

huhongbo opened this issue Jul 22, 2019 · 2 comments

Comments

@huhongbo
Copy link

when I have the data like
src="https://xx.xx.com/has 3space.jpg"
msrc="https://xx.xx.com/has 3space.thumbnail.jpg"

the thumbnail background maybe empty blank or have a random picture, but the 'src' is working fine.

@GuoQichen
Copy link
Owner

GuoQichen commented Jul 22, 2019

Spaces in URIs/URLs should be encoded using %20. Some browsers might auto-correct invalid links in double-quotes with un-encoded spaces in it, but you should not rely on it.

@huhongbo
Copy link
Author

I already change to the code to replace space, just report it.

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

2 participants