aboutsummaryrefslogtreecommitdiffstats
path: root/web/faq.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/faq.cgi')
-rwxr-xr-xweb/faq.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/faq.cgi b/web/faq.cgi
index 8ed99b5a1..9264833ac 100755
--- a/web/faq.cgi
+++ b/web/faq.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: faq.cgi,v 1.27 2007-08-29 23:03:16 matthew Exp $
+# $Id: faq.cgi,v 1.28 2008-01-28 15:27:00 matthew Exp $
use strict;
use Standard -db;
@@ -16,7 +16,7 @@ sub main {
my $q = shift;
print Page::header($q, title=>_('FAQ'));
print faq($q);
- print Page::footer();
+ print Page::footer($q);
}
Page::do_fastcgi(\&main);