]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
remove extraneous <dl> and <dt> tags
[quix0rs-gnu-social.git] / lib / noticeform.php
index 514066356933ad0a32400a8b73e74a37b9c9d1fa..432316adc9e538ac9c93b5c199d49f289fc90c16 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')) {