diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.cgi b/web/index.cgi index 8b32809a2..2876c23e5 100755 --- a/web/index.cgi +++ b/web/index.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: index.cgi,v 1.222 2008-10-27 15:31:43 matthew Exp $ +# $Id: index.cgi,v 1.223 2008-11-10 10:31:51 matthew Exp $ use strict; use Standard; @@ -682,7 +682,7 @@ directly using their own website. EOF } $out .= <<EOF; -<p align="right"><input type="submit" name="submit_problem" value="Submit"></p> +<p><input type="submit" name="submit_problem" value="Submit"></p> </div> </div> EOF |