]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Mapstraction/usermap.js
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / Mapstraction / usermap.js
index b90ec0b336970f8813d4eea02741f4b89301d647..763a537d2ef21edd80270a9a0bf13a31ba341db2 100644 (file)
@@ -39,7 +39,7 @@ function getNoticeFromElement(noticeElement)
             parseFloat(latlon[1])] };
     }
 
-    notice['html'] = noticeElement.find(".entry-content").html();
+    notice['html'] = noticeElement.find(".e-content").html();
     notice['url'] = noticeElement.find("a.timestamp").attr('href');
     notice['created_at'] = noticeElement.find("abbr.published").text();