Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta10
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2009 at 07:44 UTC
Updated:
2 Jun 2012 at 21:17 UTC
Have read the 'Spaces in filenames' section of your troubleshooting page but see no harm in adding a call to urlencode() in imagecache_create_url() for those who do not want to use the Transliteration module.
If the url works it may as well be encoded properly...
<img src='path/preset/example file (large).jpg'>
should be output as
<img src='path/preset/example+file+%28large%29.jpg'>
| Comment | File | Size | Author |
|---|---|---|---|
| imagecache_urlencode.patch | 621 bytes | tf198 |
Comments
Comment #1
fizk commentedPlease reopn if this is still an issue with ImageCache 6.x-2.0-rc1.