Skip to content
Snippets Groups Projects
Commit 4ffb2a77 authored by Luc Everse's avatar Luc Everse :passport_control:
Browse files

Do not escape HTML entities in Submit reports

parent 24a7191b
No related branches found
No related tags found
2 merge requests!183Release 2.5.1,!180Do not escape HTML entities in Submit reports
......@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Fixed
* Reports for Submit no longer escape HTML entities (!180)
## [2.5.0] - [2022-09-12]
### Added
......
......
......@@ -33,6 +33,6 @@ public class SubmitAppReportGenerator extends GenericReportGenerator {
*/
@Override
public String getTemplateName() {
return "submit/submit-report.ftlh";
return "submit/submit-report.ftl";
}
}
......@@ -3,7 +3,7 @@
<#-- @ftlvariable name="warnings" type="java.util.Map<String, java.util.List>" -->
<#-- @ftlvariable name="failures" type="java.util.Map<String, java.util.List>" -->
<#if error??>
## A server-side error occurred. Please show this message to your TA
## A server-side error occurred. Please show this message to your TA.
${error}
<#else>
<#list tips as tip, entityNames>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment