aboutsummaryrefslogtreecommitdiffstats
path: root/web/alert.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/alert.cgi')
-rwxr-xr-xweb/alert.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/alert.cgi b/web/alert.cgi
index 8fe5646ef..31a4cbe83 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.22 2007-10-19 20:48:51 matthew Exp $
+# $Id: alert.cgi,v 1.23 2008-01-28 15:27:00 matthew Exp $
use strict;
use Standard;
@@ -55,7 +55,7 @@ EOF
print Page::header($q, title => $title);
print $out;
- print Page::footer();
+ print Page::footer($q);
}
Page::do_fastcgi(\&main);