From a43d4fafd7b30e3ed8cfe2ae4edb6ef3ea768782 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 24 Apr 2019 13:49:29 +0100 Subject: [PATCH] Do not use SET with html filter. --- templates/web/base/admin/report_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html index 17586354906..52621f26d54 100644 --- a/templates/web/base/admin/report_edit.html +++ b/templates/web/base/admin/report_edit.html @@ -47,7 +47,7 @@ [% END %] ([% - SET postcode_safe = problem.postcode | html; + postcode_safe = problem.postcode | html; tprintf( loc('originally entered: “%s”'), postcode_safe ) %], [% IF problem.used_map %][% loc('used map') %][% ELSE %][% loc("didn't use map") %][% END %])