diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-05 00:00:04 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-05 00:00:04 -0400 |
commit | b708b81065b4adc46026e570d8e2cb9d37bc24af (patch) | |
tree | f3ec96c3552cb67b131ebda089d40f27cf12024c /lib | |
parent | 4f5630099fd0042170350f18512dc2cbe3b896b2 (diff) |
Init notice_data-attach UI for form_notice
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticeform.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/noticeform.php b/lib/noticeform.php index 805cd56b1..5a6c7cf38 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -148,7 +148,6 @@ class NoticeForm extends Form $this->out->element('dd', array('id' => 'notice_text-count'), '140'); $this->out->elementEnd('dl'); - $this->out->element('br', array('style' => 'clear:both')); $this->out->element('label', array('for' => 'notice_data-attach'), _('Attach')); $this->out->element('input', array('id' => 'notice_data-attach', 'type' => 'file', |