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
full-picture with space in filename does not render
In a gallery settings.yaml, the image with filename test pic.jpg does not render in the browser. There's just a gray background.
sections:
- type: full-pictureimage: test pic.jpg
It works if the space is removed (and the underlying file appropriately renamed).
sections:
- type: full-pictureimage: test-pic.jpg
I'm a bit at a loss with this one. No idea what's causing it.
The text was updated successfully, but these errors were encountered:
After working on #116 I see there are multiple areas in the code with such issues. In general it is assumed that paths, not just filenames, won't contain whitespaces, which is a silly assumption and needs fixing.
full-picture with space in filename does not render
In a gallery
settings.yaml
, the image with filenametest pic.jpg
does not render in the browser. There's just a gray background.It works if the space is removed (and the underlying file appropriately renamed).
I'm a bit at a loss with this one. No idea what's causing it.
The text was updated successfully, but these errors were encountered: