]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/dofollowlistitem.php
.inc.php please ...
[quix0rs-gnu-social.git] / lib / dofollowlistitem.php
index 80e2d0b0a792f3a76b8977a04f44b7caf1f52a22..f3e2420677a8cc24f5b18892847aa42fa2e41b06 100644 (file)
@@ -66,7 +66,7 @@ class DoFollowListItem extends NoticeListItem
     function showContent()
     {
         // FIXME: URL, image, video, audio
-        $this->out->elementStart('p', array('class' => 'entry-content'));
+        $this->out->elementStart('article', array('class' => 'e-content'));
 
         if (!empty($this->notice->rendered)) {
             $html = $this->notice->rendered;
@@ -83,6 +83,6 @@ class DoFollowListItem extends NoticeListItem
 
         $this->out->raw($html);
 
-        $this->out->elementEnd('p');
+        $this->out->elementEnd('div');
     }
-}
\ No newline at end of file
+}