Closed toote closed 10 years ago
If a filename has a % in it, the file_url template tag does not have the character escaped appropriately.
Easily solved adding '%' => '%25' to the array of lines 235 and 239 in the Item.php file
Will be fixed with 0.3.1.00. Thanks for reporting.
If a filename has a % in it, the file_url template tag does not have the character escaped appropriately.
Easily solved adding '%' => '%25' to the array of lines 235 and 239 in the Item.php file