--- activitystream_feed.module	2009-09-08 20:45:19.405264229 -0700
+++ activitystream_feed.module-fixed	2009-09-08 20:44:59.251962114 -0700
@@ -73,7 +73,7 @@ function activitystream_feed_streamapi($
   if (is_array($arrfeed)) {
     foreach ($arrfeed as $item) {
       $activity['link'] = $item->get_permalink();
-      $activity['title'] = $item->get_title();
+      $activity['title'] = html_entity_decode($item->get_title());
       $activity['body'] = $item->get_description();
       $activity['timestamp'] = strtotime(str_replace(',', '', $item->get_date()));
       $activity['guid'] = md5($item->get_permalink());
