]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
Make the to-selector clear left
[quix0rs-gnu-social.git] / lib / noticeform.php
index 0f4207e4ae02b61f7407298224cd5974eae412fd..ee4e2ca9670fe8dbf29b16f29dbe21641099641e 100644 (file)
@@ -238,7 +238,7 @@ class NoticeForm extends Form
             }
             $this->out->hidden('notice_in-reply-to', $this->inreplyto, 'inreplyto');
 
-            $this->out->elementStart('div');
+            $this->out->elementStart('div', 'to-selector');
             $toWidget = new ToSelector($this->out,
                                        $this->user,
                                        (!empty($this->to_group) ? $this->to_group : $this->to_profile));