]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / lib / noticeform.php
index 271d3607075aaf03ba84d84ba8a64c6b5bd2fbcd..4e8b84207884136fa5c054f35850d0d48abef999 100644 (file)
@@ -182,11 +182,10 @@ class NoticeForm extends Form
             $contentLimit = Notice::maxContent();
 
             if ($contentLimit > 0) {
-                $this->out->elementStart('dl', 'form_note');
-                $this->out->element('dt', null, _('Available characters'));
-                $this->out->element('dd', array('id' => 'notice_text-count'),
+                $this->out->element('span', 
+                                    array('id' => 'notice_text-count',
+                                          'class' => 'form_note'),
                                     $contentLimit);
-                $this->out->elementEnd('dl');
             }
 
             if (common_config('attachments', 'uploads')) {