diff options
author | matthew <matthew> | 2008-04-10 19:19:10 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-04-10 19:19:10 +0000 |
commit | 31caa0075bb91c7b9811f72757ee97ee7b9da9a0 (patch) | |
tree | 80c01d9bd25d8372ab18abf8baabbc17e535e3b2 | |
parent | f9c214bd43d1edcbaa7234d903070d6883854689 (diff) |
Right enctype.
-rwxr-xr-x | web/questionnaire.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi index 7fd9547ef..34bfa9a44 100755 --- a/web/questionnaire.cgi +++ b/web/questionnaire.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: questionnaire.cgi,v 1.25 2008-04-10 19:07:39 matthew Exp $ +# $Id: questionnaire.cgi,v 1.26 2008-04-10 19:19:10 matthew Exp $ use strict; use Standard; @@ -203,7 +203,7 @@ sub display_questionnaire { ); $out .= <<EOF; <h1>Questionnaire</h1> -<form method="post" action="/questionnaire" id="questionnaire"> +<form method="post" action="/questionnaire" id="questionnaire" enctype="multipart/form-data"> <input type="hidden" name="token" value="$input_h{token}"> <p>The details of your problem are available on the right hand side of this page. |