derek_walker
10 years agoGuide
Freemarker URL directive is broken.
Just a heads up. Not sure if this is happening on other communities. { "error":"
FreeMarker template error:
To do URL encoding, the framework that encloses FreeMarker must specify the output enco...
- 10 years ago
Also, including
<#setting url_escaping_charset='ISO-8859-1'>
fixed my problem. Kind of a pain but not a huge problem.