diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-24 13:49:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-03 11:12:43 +0100 |
commit | a43d4fafd7b30e3ed8cfe2ae4edb6ef3ea768782 (patch) | |
tree | 00993140b15f1d164f30f97274798d808295a02c | |
parent | a9c28cc5e290cd0cce1ad50ba49d4bb49635b48d (diff) |
Do not use SET with html filter.v2.5.1
-rw-r--r-- | templates/web/base/admin/report_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/report_edit.html b/templates/web/base/admin/report_edit.html index 175863549..52621f26d 100644 --- a/templates/web/base/admin/report_edit.html +++ b/templates/web/base/admin/report_edit.html @@ -47,7 +47,7 @@ class="admin-offsite-link">[% problem.latitude %], [% problem.longitude %]</a> [% END %] <small>([% - 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 %])</small> |