diff options
Diffstat (limited to 'web/faq.cgi')
-rwxr-xr-x | web/faq.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/faq.cgi b/web/faq.cgi index c6c99367e..832f3ceaf 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.1 2006-09-25 18:12:56 matthew Exp $ +# $Id: faq.cgi,v 1.2 2006-09-25 18:39:54 matthew Exp $ use strict; require 5.8.0; @@ -27,8 +27,7 @@ sub main { Page::do_fastcgi(\&main); sub faq { - my $out = '<div id="relativediv">'; - $out .= <<EOF; + my $out = <<EOF; <h1>Frequently Asked Questions</h1> <p>FAQ stuff here</p> </div> |