Problem with Social Media PHP Helper code

I'm having a problem on one page with the social media php helper code:

<div class="social_media">
	<?php echo social_bookmarking_append_to_item(); ?></div>
</div>

We have one artwork title that has quotes in the name. This is causing the php to have more quotes which upsets the social media php so that certain text shows up when it's meant to be code.

Take a look at this page: http://africanamericanart.si.edu/items/show/12

Go down to the bottom to the Social Media link. As you can see the word title shows up. Here's the actual code that shows why this is happening:

<h2>Social Bookmarking</h2><a class="social-img" href="http://del.icio.us/post?url=http://africanamericanart.si.edu/items/show/12&title=<em>"Crute"</em><em> Drill</em>" title=""><img src="http://africanamericanart.si.edu/plugins/SocialBookmarking/views/shared/images/delicious.png" /></a><a class="social-img" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://africanamericanart.si.edu/items/show/12&t=<em>"Crute"</em><em> Drill</em>" title=""><img src="http://africanamericanart.si.edu/plugins/SocialBookmarking/views/shared/images/yahoo_myweb.png" /></a><a class="social-img" href="http://www.facebook.com/share.php?u=http://africanamericanart.si.edu/items/show/12" title=""><img src="http://africanamericanart.si.edu/plugins/SocialBookmarking/views/shared/images/facebook.png" /></a><a class="social-img" href="http://twitthis.com/twit?url=http://africanamericanart.si.edu/items/show/12" title=""><img src="http://africanamericanart.si.edu/plugins/SocialBookmarking/views/shared/images/twitter.png" /></a><a class="social-img" href="http://www.bookmark.it/bookmark.php?url=http://africanamericanart.si.edu/items/show/12" title=""><img src="http://africanamericanart.si.edu/plugins/SocialBookmarking/views/shared/images/bookmark.png" /></a></div>

I tried using quote entities for the quotes for the title "Crute" but that didn't do anything.

Can someone lend a hand on how to fix this? Thanks.

What version of SocialBookmarking are you using?

Our versioning history for that plugin indicates that Jeremy, the plugin's author, fixed this problem last January, and the 1.0.1 version available from the Add-Ons section seems to have the fix.

I was using ver 1.0. Updating to 1.0.1 seemed to do the trick. Thanks!!