diff options
author | louise <louise> | 2009-08-31 17:23:09 +0000 |
---|---|---|
committer | louise <louise> | 2009-08-31 17:23:09 +0000 |
commit | 6a79f7edeecc03cd29e33b9cccc417511ea6663f (patch) | |
tree | 61787011e744adcf901602b56372952dcf83ec69 /web | |
parent | 21388c300397ffa23c31a4f3e401a88893000e3a (diff) |
Add form name
Diffstat (limited to 'web')
-rwxr-xr-x | web/alert.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/alert.cgi b/web/alert.cgi index 5284e39a5..c7a279618 100755 --- a/web/alert.cgi +++ b/web/alert.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: alert.cgi,v 1.42 2009-08-14 11:02:50 matthew Exp $ +# $Id: alert.cgi,v 1.43 2009-08-31 17:23:09 louise Exp $ use strict; use Standard; @@ -202,7 +202,7 @@ for the county council.'))); : _('Local RSS feeds and email alerts') ); $out .= <<EOF; -<form id="alerts" method="post" action="/alert"> +<form id="alerts" name="alerts" method="post" action="/alert"> <input type="hidden" name="type" value="local"> <input type="hidden" name="pc" value="$input_h{pc}"> |