diff options
-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 edd92dca8..28e8aee3b 100644 --- a/templates/web/default/open311/index.html +++ b/templates/web/default/open311/index.html @@ -40,7 +40,7 @@ }, { url = c.cobrand.base_url _ "/open311/v2/services.xml?jurisdiction_id=$jurisdiction_id&lat=60&long=11", - info = 'list of services provided for WGS84 coordinate latitude 60 longitude 11, + info = 'list of services provided for WGS84 coordinate latitude 60 longitude 11', }, { url = c.cobrand.base_url _ "/open311/v2/requests/1.xml?jurisdiction_id=$jurisdiction_id", |