]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/messageform.php
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / lib / messageform.php
index 7f21f7ecd0e11d8b63c3880cc883a3e726c95ad2..9a4dfbb0f53aff317c041476198c50409863b38e 100644 (file)
@@ -163,8 +163,7 @@ class MessageForm extends Form
 
         if ($contentLimit > 0) {
             $this->out->element('span',
-                                array('id' => 'notice_text-count',
-                                      'class' => 'form_note'),
+                                array('class' => 'count'),
                                 $contentLimit);
         }
     }