diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-17 10:01:56 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-02-17 10:01:56 +0000 |
commit | 84c53bffb01a0699810a422eb6946a86d3b7004d (patch) | |
tree | f419a42be6872f505410c68f822ba0fe3e2b6f8c | |
parent | 77e3828c87267a0f894fa7cbcee850f3340b0771 (diff) |
Typo.
-rwxr-xr-x | web/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index f92f282d8..003b51734 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -682,7 +682,7 @@ name if you give us permission.'), $council_list); $n ); $vars{text_help} .= _("If you submit a problem here the subject and details of the problem will be public, but the problem will <strong>not</strong> be reported to the council."); - $vars{text_help} .= sprintf(_("You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%se'>%s</a>."), $list, $e, $e; + $vars{text_help} .= sprintf(_("You can help us by finding a contact email address for local problems for %s and emailing it to us at <a href='mailto:%s'>%s</a>."), $list, $e, $e); } else { $vars{text_help} = _("<p>We do not yet have details for the council that covers this location. If you submit a report here it will be left on the site, but not reported to the council – please still leave your report, so that we can show to the council the activity in their area."); } |