<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,7 +96,7 @@ module ActionView
                   (controller.page_cached? ? &quot;\n&quot; + javascript_tag(css_browser_selector(tag, false)) : &quot;&quot;) +
                   (capture(&amp;block) if block_given?), 
                   html_options
-        concat(content, block.binding)
+        method(:concat).arity == 2 ? concat(content, block.binding) : concat(content)
       end
       
       # The ruby version of the CSS Browser Selector with some additions</diff>
      <filename>lib/action_view/helpers/css_browser_selector.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>988abcc997c0ecbd44b5226540d50011c5b6b42a</id>
    </parent>
  </parents>
  <author>
    <name>John Dewey</name>
    <email>john@dewey.ws</email>
  </author>
  <url>http://github.com/retr0h/css_browser_selector/commit/257c02999c07ac664367e4244385e964ce66bab4</url>
  <id>257c02999c07ac664367e4244385e964ce66bab4</id>
  <committed-date>2008-12-30T14:16:55-08:00</committed-date>
  <authored-date>2008-12-30T14:16:55-08:00</authored-date>
  <message>updated add_css_browser_selectors_to_tag to handle proper concat for rails 2.2.2.

DEPRECATION WARNING: The binding argument of #concat is no longer needed.  Please remove it from your views and helpers.. (called from add_css_browser_selectors_to_tag at /Users/jdewey/git/parity/vendor/plugins/css_browser_selector/lib/action_view/helpers/css_browser_selector.rb:99)</message>
  <tree>371fd5fec78364f12e11ec35d9707d758d20b9b0</tree>
  <committer>
    <name>John Dewey</name>
    <email>john@dewey.ws</email>
  </committer>
</commit>
