<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ module UI
     # The list of all of the available social media bookmarklets
     ALL_SITES = {
       'reddit' =&gt; 'http://reddit.com/submit?url=URL&amp;title=TITLE',
-      'digg' =&gt; 'http://digg.com/submit?phase=2&amp;url=URL&amp;title=TITLE',
+      'digg' =&gt; 'http://digg.com/submit?phase=2%20&amp;url=URL&amp;title=TITLE',
       'facebook' =&gt; 'http://www.facebook.com/sharer.php?u=URL&amp;t=TITLE',
       'stumbleupon' =&gt; 'http://www.stumbleupon.com/submit?url=URL&amp;title=TITLE',
       'delicious' =&gt; 'http://del.icio.us/post?url=URL&amp;title=TITLE',
@@ -67,10 +67,10 @@ module UI
           short_title += &quot;&#8230;&quot;
         end
         
-        return UI::SocialMedia::ALL_SITES[site.downcase].sub(/URL/, short_url).sub(/TITLE/, short_title)
+        return UI::SocialMedia::ALL_SITES[site.downcase].sub(/URL/, short_url).sub(/TITLE/, @context.q(short_title))
       end
       
-      UI::SocialMedia::ALL_SITES[site.downcase].sub(/URL/, @url).sub(/TITLE/, @title)
+      UI::SocialMedia::ALL_SITES[site.downcase].sub(/URL/, @context.q(@url)).sub(/TITLE/, @context.q(@title))
     end
     
     def to_s</diff>
      <filename>lib/ui/social_media.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module UI
-  VERSION = &quot;0.7.21&quot;
+  VERSION = &quot;0.7.22&quot;
 end</diff>
      <filename>lib/ui/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>012236fbedfa88224fc0c46f6536a6adb204419e</id>
    </parent>
  </parents>
  <author>
    <name>Adam French</name>
    <email>adam@wieck.com</email>
  </author>
  <url>http://github.com/wiecklabs/ui/commit/19ed8e894b865c21ab2037f67ea44fe91bd0eff7</url>
  <id>19ed8e894b865c21ab2037f67ea44fe91bd0eff7</id>
  <committed-date>2009-10-28T08:54:29-07:00</committed-date>
  <authored-date>2009-10-28T08:54:29-07:00</authored-date>
  <message>properly url escape the URL and TITLE of social media bookmarklets</message>
  <tree>868ecfba846b9c12d629a92691b2543297f90b7c</tree>
  <committer>
    <name>Adam French</name>
    <email>adam@wieck.com</email>
  </committer>
</commit>
