diff options
author | matthew <matthew> | 2008-11-10 11:17:43 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-11-10 11:17:43 +0000 |
commit | 9f1131f6c34502da14e900a905d518a488a23d04 (patch) | |
tree | 3de89b56a3ba25eacadff48a025b7f707f6f676e /web/index.cgi | |
parent | eacef4dda3fb32de0f3079827432f35aa0f0c344 (diff) |
Indent.
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 2876c23e5..279d0784d 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.223 2008-11-10 10:31:51 matthew Exp $ +# $Id: index.cgi,v 1.224 2008-11-10 11:17:43 matthew Exp $ use strict; use Standard; @@ -682,7 +682,7 @@ directly using their own website. EOF } $out .= <<EOF; -<p><input type="submit" name="submit_problem" value="Submit"></p> +<p id="problem_submit"><input type="submit" name="submit_problem" value="Submit"></p> </div> </div> EOF |