diff options
author | matthew <matthew> | 2008-11-10 10:31:51 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-11-10 10:31:51 +0000 |
commit | eacef4dda3fb32de0f3079827432f35aa0f0c344 (patch) | |
tree | e42467b2bb22fe552dc58a0be03c50954442e895 /web/index.cgi | |
parent | b726413016ee6a229b41a30e49f2551a669f65df (diff) |
Tweaks.
Diffstat (limited to 'web/index.cgi')
-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 |