diff options
author | matthew <matthew> | 2009-03-03 14:53:48 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-03-03 14:53:48 +0000 |
commit | 67621e3486e4c4eaa03ef7bd17c362bd4e688f89 (patch) | |
tree | 5c1a18f4363e16b48f9bbed3ab78bd64e43ff8ee | |
parent | 31f979bbc86bee541fb47b305383f2144f8617e4 (diff) |
Missing multipart.
-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 c08e9e549..4f2e1341f 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.246 2009-02-24 10:44:23 matthew Exp $ +# $Id: index.cgi,v 1.247 2009-03-03 14:53:48 matthew Exp $ use strict; use Standard; @@ -537,7 +537,7 @@ sub display_form { if ($input{skipped}) { $out .= <<EOF; -<form action="/" method="post"> +<form action="/" method="post" enctype="multipart/form-data"> <input type="hidden" name="pc" value="$input_h{pc}"> <input type="hidden" name="x" value="$input_h{x}"> <input type="hidden" name="y" value="$input_h{y}"> |