Index: feedbuttons.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedbuttons/feedbuttons.module,v
retrieving revision 1.5.4.2.2.1
diff -u -p -r1.5.4.2.2.1 feedbuttons.module
--- feedbuttons.module	28 Apr 2008 17:32:47 -0000	1.5.4.2.2.1
+++ feedbuttons.module	22 Apr 2009 22:40:06 -0000
@@ -46,15 +46,15 @@ function feedbuttons_block($op='list', $
         if ($button === 'yahoo') { $block_content .= '<a href="http://add.my.yahoo.com/rss?url='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/yahoo.gif" alt="Yahoo!" /></a><br />'; }
         if ($button === 'bloglines') { $block_content .= '<a href="http://www.bloglines.com/sub/'. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/bloglines.gif" alt="Bloglines" /></a><br />'; }
         if ($button === 'newsgator') { $block_content .= '<a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/newsgator.gif" alt="Newsgator" /></a><br />'; }
-        if ($button === 'msn') { $block_content .= '<a href="http://my.msn.com/addtomymsn.armx?id=rss&ut='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/msn.gif" alt="MSN" /></a><br />'; }
-        if ($button === 'feedster') { $block_content .= '<a href="http://www.feedster.com/myfeedster.php?action=addrss&rssurl='. $feedurl .'&confirm=no"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/addmyfeedster.gif" alt="Feedster" /></a><br />'; }
+        if ($button === 'msn') { $block_content .= '<a href="http://my.msn.com/addtomymsn.armx?id=rss&amp;ut='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/msn.gif" alt="MSN" /></a><br />'; }
+        if ($button === 'feedster') { $block_content .= '<a href="http://www.feedster.com/myfeedster.php?action=addrss&amp;rssurl='. $feedurl .'&amp;confirm=no"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/addmyfeedster.gif" alt="Feedster" /></a><br />'; }
         if ($button === 'aol') { $block_content .= '<a href="http://feeds.my.aol.com/add.jsp?url='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/aol.gif" alt="AOL" /></a><br />'; }
         if ($button === 'furl') { $block_content .= '<a href="http://www.furl.net/storeIt.jsp?u='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/furl.gif" alt="Furl" /></a><br />'; }
         if ($button === 'rojo') { $block_content .= '<a href="http://www.rojo.com/add-subscription?resource='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/rojo.gif" alt="Rojo" /></a><br />'; }
         if ($button === 'newsburst') { $block_content .= '<a href="http://www.newsburst.com/Source/?add='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/newsburst.gif" alt="Newsburst" /></a><br />'; }
-        if ($button === 'pluck') { $block_content .= '<a href="http://client.pluck.com/pluckit/prompt.aspx?GCID=C12286x053&a='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/pluck.png" alt="Pluck" /></a><br />'; }
+        if ($button === 'pluck') { $block_content .= '<a href="http://client.pluck.com/pluckit/prompt.aspx?GCID=C12286x053&amp;a='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/pluck.png" alt="Pluck" /></a><br />'; }
         if ($button === 'feedfeeds') { $block_content .= '<a href="http://www.feedfeeds.com/add?feed='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/addfeedfeeds.gif" alt="FeedFeeds" /></a><br />'; }
-        if ($button === 'addkinja') { $block_content .= '<a href="http://www.kinja.com/checksiteform.knj?pop=y&add='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/addkinja.gif" alt="Add Kinja" /></a><br />'; }
+        if ($button === 'addkinja') { $block_content .= '<a href="http://www.kinja.com/checksiteform.knj?pop=y&amp;add='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/addkinja.gif" alt="Add Kinja" /></a><br />'; }
         if ($button === 'solosub') { $block_content .= '<a href="http://solosub.com/sub/'. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/solosub.gif" alt="SoloSub" /></a><br />'; }
         if ($button === 'multirss') { $block_content .= '<a href="http://www.multirss.com/rss/'. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/multirss.gif" alt="MultiRSS" /></a><br />'; }
         if ($button === 'rmail') { $block_content .= '<a href="http://www.r-mail.org/bm.aspx?rss='. $feedurl .'"><img src="'.$base_url.'/'. drupal_get_path('module', 'feedbuttons') .'/buttons/rmail.jpg" alt="rMail" /></a><br />'; }
