]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/QnA/actions/qnanewanswer.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / QnA / actions / qnanewanswer.php
index 15f32e4bc5844ebed382d72c0ea09f637c2b85c1..aad207fba215e5f2df1c1087af8fbf6aecd58ccf 100644 (file)
@@ -326,7 +326,7 @@ class NoticeAnswerListItem extends NoticeListItem
      */
     function showContent()
     {
-        $this->out->elementStart('p', array('class' => 'entry-content answer-content'));
+        $this->out->elementStart('p', array('class' => 'e-content answer-content'));
         if ($this->notice->rendered) {
             $this->out->raw($this->notice->rendered);
         } else {