diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-05 15:00:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-05 15:00:34 +0000 |
commit | f6441376f7baca7604b54efa7a1c9da29dae7bec (patch) | |
tree | 3f1d8bae22de5af1895d681641d5d7fdf85dc362 | |
parent | 8f28f3a311a57d596f1eaa309d0b8f565fb20e88 (diff) |
Typo.
-rw-r--r-- | perllib/CrossSell.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/CrossSell.pm b/perllib/CrossSell.pm index 3331afb1c..f9a02a61b 100644 --- a/perllib/CrossSell.pm +++ b/perllib/CrossSell.pm @@ -208,7 +208,7 @@ sub display_advert ($$;$%) { return '<div style="margin: 0 5em; border-top: dotted 1px #666666;">' . display_news_form(email => $email, name => $name, signed_email => $auth_signature) . '</div>'; - } + #} my @adverts = ( [ 'gny0', '<h2>Are you a member of a local group…</h2> …which uses the internet to coordinate itself, such as a neighbourhood watch? If so, please help the charity that runs FixMyStreet by <a href="http://www.groupsnearyou.com/add/about/">adding some information about it</a> to our new site, GroupsNearYou.' ], |