X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnoticesearch.php;h=ee7bb86f40a28f7fac5aba0dc8a848a4268c68d8;hb=325199b5e68f413e96eabc7a293089f5c748e9ce;hp=d4fc884f4bb2865bb6707222185476e1570e30e9;hpb=5454d22b79e1757a37fa253b1eb133d219986eea;p=quix0rs-gnu-social.git diff --git a/actions/noticesearch.php b/actions/noticesearch.php index d4fc884f4b..ee7bb86f40 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -202,7 +202,7 @@ class SearchNoticeListItem extends NoticeListItem { function showContent() { // FIXME: URL, image, video, audio - $this->out->elementStart('p', array('class' => 'entry-content')); + $this->out->elementStart('p', array('class' => 'e-content')); if ($this->notice->rendered) { $this->out->raw($this->highlight($this->notice->rendered, $this->terms)); } else {