diff options
author | Struan Donald <struan@exo.org.uk> | 2012-07-12 17:53:41 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-07-12 17:53:41 +0100 |
commit | 739a06f80923333bd2d412e3bb5b773d2f7dad3f (patch) | |
tree | 7f5af1d107ec489dc525ca1d0940277adaea226c | |
parent | 411e5fb12dae9a577eb3924e0f14de171930de27 (diff) |
END token not in braces confuses parser so be a bit more explicit
-rwxr-xr-x | templates/web/fixmystreet/around/display_location.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/fixmystreet/around/display_location.html b/templates/web/fixmystreet/around/display_location.html index 1b02a3710..bad7c7af0 100755 --- a/templates/web/fixmystreet/around/display_location.html +++ b/templates/web/fixmystreet/around/display_location.html @@ -75,11 +75,10 @@ [% IF allow_creation %] <h1 class="big-green-banner"> - [% loc( 'Click map to report a problem' ) - IF c.cobrand.moniker == 'bromley'; - '<span>Yellow pins show existing reports</span>'; - END - %] + [% loc( 'Click map to report a problem' ) %] + [% IF c.cobrand.moniker == 'bromley' %] + <span>Yellow pins show existing reports</span> + [% END %] </h1> <p id="skip-this-step"> [% |