aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2008-10-15 13:57:55 +0000
committermatthew <matthew>2008-10-15 13:57:55 +0000
commita3916030e1f77c816c78f9a91b7d751ea247e03a (patch)
treeadafa76a220eb49f299ad2101c7bd8c2d0d2dde3
parent63405619e86fc6c47c17ecfaf759cef8dcb8b7ec (diff)
Whoops, missed mailto:
-rwxr-xr-xweb/contact.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/contact.cgi b/web/contact.cgi
index 25c2d2bfd..bed9c1ec0 100755
--- a/web/contact.cgi
+++ b/web/contact.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: contact.cgi,v 1.35 2008-10-14 10:28:38 matthew Exp $
+# $Id: contact.cgi,v 1.36 2008-10-15 13:57:55 matthew Exp $
use strict;
use Standard;
@@ -119,7 +119,7 @@ homes; use the box accessed from <a href="/">the front page</a>.');
the team behind FixMyStreet, not a council. To report a problem,
please <a href="/">go to the front page</a> and follow the instructions.'));
$out .= $q->p(_("We'd love to hear what you think about this site. Just fill in the form, or
-send an email to <a href='team&#64;fixmystreet.com'>team&#64;fixmystreet.com</a>:"));
+send an email to <a href='mailto:team&#64;fixmystreet.com'>team&#64;fixmystreet.com</a>:"));
}
my $label_name = _('Your name:');
my $label_email = _('Your&nbsp;email:');