[go: nahoru, domu]

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

Image filename in HTML needs to be URI escaped #139

Closed
allenday opened this issue Nov 28, 2019 · 2 comments
Closed

Image filename in HTML needs to be URI escaped #139

allenday opened this issue Nov 28, 2019 · 2 comments
Labels

Comments

@allenday
Copy link

Image filenames can contain special characters (such as ?). These need to be URI escaped to correctly render the image in the HTML.

@allenday
Copy link
Author

output = '<img src="%s"' %(self.image_file)

@Breakthrough
Copy link
Owner

Closed by #148 (thanks @wjs018!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants