-
Type: Bug
-
Status: Done
-
Priority: High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.19.0
-
Component/s: None
-
Labels:None
The name of the template (platform.html) is currently hard-coded.
Instead, the first template should be used:
String templateFile = PLATFORM_HTML; for (Template template : outputType.getTemplates()) { templateFile = template.getPath(); break; }