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