diff options
Diffstat (limited to 'web/questionnaire.cgi')
-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 6263e20e5..9d0c91dc9 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.8 2007-05-15 13:43:21 matthew Exp $ +# $Id: questionnaire.cgi,v 1.9 2007-05-18 20:05:06 matthew Exp $ use strict; require 5.8.0; @@ -217,7 +217,7 @@ EOF <p>If you wish to leave a public update on the problem, please enter it here (please note it will not be sent to the council). For example, what was your experience of getting the problem fixed?</p> -<p><textarea name="update" style="width:100%" rows="7" cols="30">$input_h{update}</textarea></p> +<p><textarea name="update" style="width:90%" rows="7" cols="30">$input_h{update}</textarea></p> <div id="another_qn"> <p>Would you like to receive another questionnaire in 4 weeks, reminding you to check the status?</p> |