aboutsummaryrefslogtreecommitdiffstats
path: root/web/about.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/about.cgi')
-rwxr-xr-xweb/about.cgi5
1 files changed, 2 insertions, 3 deletions
diff --git a/web/about.cgi b/web/about.cgi
index 3d7cc2e29..baba299e1 100755
--- a/web/about.cgi
+++ b/web/about.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: about.cgi,v 1.1 2006-09-25 18:12:56 matthew Exp $
+# $Id: about.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 about_page {
- my $out = '<div id="relativediv">';
- $out .= <<EOF;
+ my $out = <<EOF;
<h1>About this site</h1>
<p>About stuff here</p>
</div>