<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -49,9 +49,9 @@ module BBCodeizer
       :atomfilms             =&gt; [ /\[atomfilms\](.+?)atomfilms.com\/film\/(.+?)\[\/atomfilms\]/i, '&lt;embed src=&quot;http://www.atomfilms.com:80/a/autoplayer/shareEmbed.swf?keyword=\2&quot; width=&quot;426&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;' ],
       :current               =&gt; [ /\[current\](.+?)current.com\/items\/(.+?)\/(.+?)\[\/current\]/i, '&lt;object width=&quot;400&quot; height=&quot;400&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://current.com/e/\2/en_US&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://current.com/e/\2/en_US&quot; type=&quot;application/x-shockwave-flash&quot;  width=&quot;400&quot; height=&quot;400&quot; wmode=&quot;transparent&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot;&gt;&lt;/embed&gt;&lt;/object&gt;' ],
       :vimeo                 =&gt; [ /\[vimeo\](.+?)vimeo.com\/(.+?)\[\/vimeo\]/i, '&lt;object type=&quot;application/x-shockwave-flash&quot; width=&quot;400&quot; height=&quot;300&quot; data=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=\2&amp;amp;server=www.vimeo.com&amp;amp;fullscreen=1&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&quot;&gt;	&lt;param name=&quot;quality&quot; value=&quot;best&quot; /&gt;	&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;	&lt;param name=&quot;scale&quot; value=&quot;showAll&quot; /&gt;	&lt;param name=&quot;movie&quot; value=&quot;http://www.vimeo.com/moogaloop.swf?clip_id=\2&amp;amp;server=www.vimeo.com&amp;amp;fullscreen=1&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&quot; /&gt;&lt;/object&gt;' ],
-      :grooveshark           =&gt; [ /\[grooveshark\](.+?)\[\/grooveshark\]/i, '&lt;object width=&quot;250&quot; height=&quot;40&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://listen.grooveshark.com/songWidget.swf&quot;&gt;&lt;/param&gt; &lt;param name=&quot;wmode&quot; value=&quot;window&quot;&gt;&lt;/param&gt; &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt; &lt;param name=&quot;flashvars&quot; value=&quot;hostname=cowbell.grooveshark.com&amp;widgetID=\1&amp;style=grass&amp;p=0&quot;&gt;&lt;/param&gt; &lt;embed src=&quot;http://listen.grooveshark.com/songWidget.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;250&quot; height=&quot;40&quot; flashvars=&quot;hostname=cowbell.grooveshark.com&amp;widgetID=\1&amp;style=grass&amp;p=0&quot; allowScriptAccess=&quot;always&quot; wmode=&quot;window&quot;&gt;&lt;/embed&gt;&lt;/object&gt;']
-      , :sup                   =&gt; [ /\[sup\](.+?)\[\/sup\]/im, '&lt;sup&gt;\1&lt;/sup&gt;' ]
-      , :sub                   =&gt; [ /\[sub\](.+?)\[\/sub\]/im, '&lt;sub&gt;\1&lt;/sub&gt;' ]
+      :grooveshark           =&gt; [ /\[grooveshark\](.+?)\[\/grooveshark\]/i, '&lt;object width=&quot;250&quot; height=&quot;40&quot;&gt; &lt;param name=&quot;movie&quot; value=&quot;http://listen.grooveshark.com/songWidget.swf&quot;&gt;&lt;/param&gt; &lt;param name=&quot;wmode&quot; value=&quot;window&quot;&gt;&lt;/param&gt; &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt; &lt;param name=&quot;flashvars&quot; value=&quot;hostname=cowbell.grooveshark.com&amp;widgetID=\1&amp;style=grass&amp;p=0&quot;&gt;&lt;/param&gt; &lt;embed src=&quot;http://listen.grooveshark.com/songWidget.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;250&quot; height=&quot;40&quot; flashvars=&quot;hostname=cowbell.grooveshark.com&amp;widgetID=\1&amp;style=grass&amp;p=0&quot; allowScriptAccess=&quot;always&quot; wmode=&quot;window&quot;&gt;&lt;/embed&gt;&lt;/object&gt;'],
+      :sup                   =&gt; [ /\[sup\](.+?)\[\/sup\]/im, '&lt;sup&gt;\1&lt;/sup&gt;' ],
+      :sub                   =&gt; [ /\[sub\](.+?)\[\/sub\]/im, '&lt;sub&gt;\1&lt;/sub&gt;' ]
     }
         
     # Tags in this list are invoked. To deactivate a particular tag, call BBCodeizer.deactivate.
@@ -62,9 +62,7 @@ module BBCodeizer
                 :code, :quote, :youtube, :googlevid, :flash, :spoiler, :nsfw, :hide, :mp3, 
                 :superdeluxe, :comedycentral, :revver, :myspacetv, :collegehumor, :hulu, 
                 :metacafe, :yahoovid, :flickr, :gametrailers, :slideshare, :funnyordie, 
-                :atomfilms, :vimeo, :li, :list, :current, :grooveshark
-                , :sub , :sup
-              ]
+                :atomfilms, :vimeo, :li, :list, :current, :grooveshark, :sub, :sup ]
 
     # Parses all bbcode in +text+ and returns a new HTML-formatted string.
     def bbcodeize(text)</diff>
      <filename>vendor/plugins/bbcodeizer/lib/bbcodeizer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b01f06d9cea0be81b57f73856ddc286759015825</id>
    </parent>
  </parents>
  <author>
    <name>Trevor Turk</name>
    <email>trevorturk@gmail.com</email>
  </author>
  <url>http://github.com/trevorturk/eldorado/commit/127ac9fa8fe76d1c857f1812d67ed1d89495eb3e</url>
  <id>127ac9fa8fe76d1c857f1812d67ed1d89495eb3e</id>
  <committed-date>2009-10-21T20:17:16-07:00</committed-date>
  <authored-date>2009-10-21T20:17:16-07:00</authored-date>
  <message>cleanup from merge</message>
  <tree>5dbc1842a3a73d86188e4b35ef702b7d9c189dce</tree>
  <committer>
    <name>Trevor Turk</name>
    <email>trevorturk@gmail.com</email>
  </committer>
</commit>
