]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Oembed/OembedPlugin.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / Oembed / OembedPlugin.php
index 655505309ed38826f9836ae3f42d26cbd5ff1758..ce8591df25e084c50a1ada75df62c16fd896f940 100644 (file)
@@ -109,7 +109,7 @@ class OembedPlugin extends Plugin
         if (empty($oembed->author_name) && empty($oembed->provider)) {
             return true;
         }
-        $out->elementStart('div', array('id'=>'oembed_info', 'class'=>'entry-content'));
+        $out->elementStart('div', array('id'=>'oembed_info', 'class'=>'e-content'));
         if (!empty($oembed->author_name)) {
             $out->elementStart('div', 'fn vcard author');
             if (empty($oembed->author_url)) {