]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Poll/PollPlugin.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / Poll / PollPlugin.php
index 76f46171cc589e68c5e2afeb7c3cb0ba742fd8c7..005fa71d42b87cc7fea7b004ec2c324af813a465 100644 (file)
@@ -401,7 +401,7 @@ class PollPlugin extends MicroAppPlugin
         $nli = new NoticeListItem($notice, $out);
         $nli->showNotice();
 
-        $out->elementStart('div', array('class' => 'entry-content poll-content'));
+        $out->elementStart('div', array('class' => 'e-content poll-content'));
         $poll = Poll::getByNotice($notice);
         if ($poll) {
             if ($user) {
@@ -422,7 +422,7 @@ class PollPlugin extends MicroAppPlugin
         $out->elementEnd('div');
 
         // @fixme
-        $out->elementStart('div', array('class' => 'entry-content'));
+        $out->elementStart('div', array('class' => 'e-content'));
     }
 
     function showNoticePollResponse(Notice $notice, $out)
@@ -434,7 +434,7 @@ class PollPlugin extends MicroAppPlugin
         $nli->showNotice();
 
         // @fixme
-        $out->elementStart('div', array('class' => 'entry-content'));
+        $out->elementStart('div', array('class' => 'e-content'));
     }
 
     function entryForm($out)