]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
Fixes for direct message form for JS changes to the main form
[quix0rs-gnu-social.git] / lib / noticeform.php
index e889036f55618dbfa5bfde836d75bf5684874e93..9d931b92ed5d06165e69fb16916dd3c1d4f1d7e0 100644 (file)
@@ -170,7 +170,7 @@ class NoticeForm extends Form
                                 // TRANS: Title for notice label. %s is the user's nickname.
                                 sprintf(_('What\'s up, %s?'), $this->user->nickname));
             // XXX: vary by defined max size
-            $this->out->element('textarea', array('id' => 'notice_data-text',
+            $this->out->element('textarea', array('class' => 'notice_data-text',
                                                   'cols' => 35,
                                                   'rows' => 4,
                                                   'name' => 'status_textarea'),