]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change class of notice textarea to its id
authorEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 19:42:43 +0000 (15:42 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 19:42:43 +0000 (15:42 -0400)
darcs-hash:20080610194243-84dde-dad19548b794cc3d6d549e986bf17aa6b0421199.gz

lib/util.php

index b9c0bc93bb3bdae2880cf8d731ada4371de0d8f1..e4434388791d00b56d31fa10754b107b5d3afc2a 100644 (file)
@@ -595,7 +595,7 @@ function common_notice_form() {
        common_element('label', array('for' => 'status_update',
                                                                  'id' => 'status_label'),
                                   _t('What\'s up, ').$user->nickname.'?');
-       common_element('textarea', 'status_textarea');
+       common_element('textarea', array('id' => 'status_textarea'));
        common_element('input', array('id' => 'status_submit',
                                                                  'type' => 'submit',
                                                                  'value' => _t('Send')));