diff options
Diffstat (limited to 'web/faq.cgi')
-rwxr-xr-x | web/faq.cgi | 3 |
1 files changed, 1 insertions, 2 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')); |