X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmessageform.php;h=9a4dfbb0f53aff317c041476198c50409863b38e;hb=b58aa291686b9ccc6db4ca79f9d52a2e2b6220a5;hp=7f21f7ecd0e11d8b63c3880cc883a3e726c95ad2;hpb=f94a5e1a6adc1bd37785ae4635d313de80a54ac0;p=quix0rs-gnu-social.git diff --git a/lib/messageform.php b/lib/messageform.php index 7f21f7ecd0..9a4dfbb0f5 100644 --- a/lib/messageform.php +++ b/lib/messageform.php @@ -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); } }