]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/threadednoticelist.php
ModPlus and some layouting issues regarding fixes
[quix0rs-gnu-social.git] / lib / threadednoticelist.php
index e2f9f0955fea5427c2c359b0a0e80413758106e0..15d286dbf97529c621e376461615881e243924d0 100644 (file)
@@ -371,6 +371,11 @@ class ThreadedNoticeListMoreItem extends NoticeListItem
         $this->out->elementStart('li', array('class' => 'notice-reply-comments'));
     }
 
+    function showEnd()
+    {
+        $this->out->elementEnd('li');
+    }
+
     function showMiniForm()
     {
         $id = $this->notice->conversation;