Summary:
Store results in unique file - filename template converts quotation marks to entities
Detailed Description:
In the Store results in a unique file Handler, the File name template field
doesn't allow for single or double quotes, it replaces them with html entities.
This is an issue if, for example, you want to use a regex on the file name,
e.g.:
{$filename|regex_replace:'/[^a-z0-9_ ]/'}
when saved and re-opened, will show:
{$filename|regex_replace:'/[^a-z0-9_ ]/'}
which gives a syntax error in the template (unexpected "&") when the handler
fires.