]> sipb.mit.edu Git - ikiwiki.git/commitdiff
smcvpostcomment: reduce length of subject field
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Sun, 16 Nov 2008 18:11:55 +0000 (18:11 +0000)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 11 Dec 2008 21:14:02 +0000 (21:14 +0000)
IkiWiki/Plugin/smcvpostcomment.pm

index f224944d51f1a21cdf3a02d4677046c7f1e2d710..59f0e8cfc9f5cf09b72bb75ab05c2c6960b975d3 100644 (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 => '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);
 
        $form->field(name => 'body', type => 'textarea', rows => 5,
                cols => 80);