]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/noticesearch.php
Add mediahref in our incredibly arbitrary response
[quix0rs-gnu-social.git] / actions / noticesearch.php
index d4fc884f4bb2865bb6707222185476e1570e30e9..ee7bb86f40a28f7fac5aba0dc8a848a4268c68d8 100644 (file)
@@ -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 {