X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdofollowlistitem.php;h=f3e2420677a8cc24f5b18892847aa42fa2e41b06;hb=261ccfac8699534ff584a2f93d5dcd384529d855;hp=80e2d0b0a792f3a76b8977a04f44b7caf1f52a22;hpb=3a36714847d6c0170f400038f237d628bb030167;p=quix0rs-gnu-social.git diff --git a/lib/dofollowlistitem.php b/lib/dofollowlistitem.php index 80e2d0b0a7..f3e2420677 100644 --- a/lib/dofollowlistitem.php +++ b/lib/dofollowlistitem.php @@ -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 +}