]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better form handling
authorEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 21:16:14 +0000 (17:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 21:16:14 +0000 (17:16 -0400)
darcs-hash:20080610211614-84dde-34fe91876d37f1a5a6a1368f199378949c56c1b8.gz

lib/util.php

index 900149fc22bfd10cf37b457152aacb1f503718c4..2326e8bfa8742abb5b91bb78bc96fb7581163b0d 100644 (file)
@@ -587,8 +587,10 @@ function common_notice_form() {
        common_element('label', array('for' => 'status_update',
                                                                  'id' => 'status_label'),
                                   _t('What\'s up, ').$user->nickname.'?');
-       common_element('textarea', array('id' => 'status_textarea'));
+       common_element('textarea', array('id' => 'status_textarea',
+                                                                        'name' => 'status_textarea'));
        common_element('input', array('id' => 'status_submit',
+                                                                 'name' => 'status_submit',
                                                                  'type' => 'submit',
                                                                  'value' => _t('Send')));
        common_element_end('p');