diff options
Diffstat (limited to 'templates/web/default/open311/index.html')
-rw-r--r-- | templates/web/default/open311/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/open311/index.html b/templates/web/default/open311/index.html index 28e8aee3b..8ce18f68c 100644 --- a/templates/web/default/open311/index.html +++ b/templates/web/default/open311/index.html @@ -68,7 +68,7 @@ [% IF url.match('/requests.xml') %] [ <a href="http://maps.google.com/?q=[% url.replace('.xml', '.rss') | uri %]">[% loc('GeoRSS on Google Maps') %]</a> ] [% END %] - <br>[% ent(url) %]</li> + <br>[% url | html %]</li> [% END %] </ul> |