]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
A tag cloud section for groups
[quix0rs-gnu-social.git] / lib / noticeform.php
index d6a3aa9c218bd9438e4d306a29d24a3e1e1e461e..f0205f1c1ed4bd3b024a57fae2b4e5e5a72cb5ee 100644 (file)
@@ -123,7 +123,7 @@ class NoticeForm extends Form
     {
         $user = common_current_user();
 
-        $this->out->elementStart('ul', 'form_datas');
+        $this->out->elementStart('ul', 'form_data');
         $this->out->elementStart('li', array('id' => 'notice_text'));
         $this->out->element('label', array('for' => 'notice_data-text'),
                             sprintf(_('What\'s up, %s?'), $user->nickname));