Move path unescaping from DefaultGenerator to Ruby api template.

This commit is contained in:
Cliffano Subagio
2016-06-29 09:46:41 +10:00
parent 344e1b12e4
commit b6eb81cbef
3 changed files with 3 additions and 3 deletions

View File

@@ -631,7 +631,6 @@ public class DefaultGenerator extends AbstractGenerator implements Generator {
String templateFile = getFullTemplateFile(config, templateName);
String template = readTemplate(templateFile);
Template tmpl = Mustache.compiler()
.escapeHTML(false)
.withLoader(new Mustache.TemplateLoader() {
@Override
public Reader getTemplate(String name) {