Unable to escape ["'] in tmpl.* defaults
Status: Alpha
Brought to you by:
thetitan
In the <tmpl.var/> and <tmpl.file/> tags (and all
future tags until this problem is resolved globally),
it is currently not possible to have escaped quotes in
a quoted string (double or single).
It is possible to have single quotes inside of a string
that was started with double quotes, or visa-versa.
A more sophisticated regexp needs to be developed to
match data placed between quotes. An unescaping regexp
also needs to be developed so that escaped data placed
in double or single quotes can be unescaped before
arriving at the viewing device.