aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rwxr-xr-xweb/faq.cgi3
-rwxr-xr-xweb/questionnaire.cgi3
2 files changed, 2 insertions, 4 deletions
diff --git a/web/faq.cgi b/web/faq.cgi
index cf46b3e65..2046f6955 100755
--- a/web/faq.cgi
+++ b/web/faq.cgi
@@ -6,14 +6,13 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: faq.cgi,v 1.41 2009-07-10 15:00:34 matthew Exp $
+# $Id: faq.cgi,v 1.42 2009-07-10 16:10:22 matthew Exp $
use strict;
use Standard -db;
use mySociety::Locale;
my $lastmodified = (stat $0)[9];
-
sub main {
my $q = shift;
print Page::header($q, title=>_('Frequently Asked Questions'));
diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi
index 68a2f2310..be411168d 100755
--- a/web/questionnaire.cgi
+++ b/web/questionnaire.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: questionnaire.cgi,v 1.39 2009-07-10 15:17:29 matthew Exp $
+# $Id: questionnaire.cgi,v 1.40 2009-07-10 16:10:22 matthew Exp $
use strict;
use Standard;
@@ -17,7 +17,6 @@ use mySociety::Locale;
use mySociety::MaPit;
use mySociety::Web qw(ent);
-
sub main {
my $q = shift;
my $out = '';