diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-08-01 19:17:56 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-08-01 19:17:56 +0200 |
commit | fa55cebad4e6341db5fca03fa0b9e571cffbca55 (patch) | |
tree | 2a02024e07166e8f9973155d78b24067d969887d | |
parent | 2d6fee4318c9fae0dcad4146a98d6864fe53db2e (diff) |
Typo.
-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', }, { |