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