smcvpostcomment: reduce length of subject field

master
Simon McVittie 2008-11-16 18:11:55 +00:00
parent 29862a8cc8
commit 798dea2033
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ sub sessioncgi ($$) { #{{{
$form->field(name => 'sid', type => 'hidden', value => $session->id,
force => 1);
$form->field(name => 'page', type => 'hidden');
$form->field(name => 'subject', type => 'text', size => 80);
$form->field(name => 'subject', type => 'text', size => 72);
$form->field(name => 'body', type => 'textarea', rows => 5,
cols => 80);