<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,7 +54,7 @@ module AttributeFu
       css_selector = options.delete(:selector) || &quot;.#{@object.class.name.split(&quot;::&quot;).last.underscore}&quot;
       function     = options.delete(:function) || &quot;&quot;
       
-      function &lt;&lt; &quot;$(this).parents(&amp;quot;#{css_selector}&amp;quot;).remove()&quot;
+      function &lt;&lt; &quot;$(this).parents('#{css_selector}').remove()&quot;
       
       @template.link_to_function(name, function, *args.push(options))
     end</diff>
      <filename>lib/attribute_fu/associated_form_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -76,7 +76,7 @@ class AssociatedFormHelperTest &lt; Test::Unit::TestCase
       end
 
       should &quot;infer the name of the current @object in fields_for&quot; do
-        assert_match &quot;$(this).parents(&amp;quot;.comment&amp;quot;).remove()&quot;, @erbout
+        assert_match &quot;$(this).parents('.comment').remove()&quot;, @erbout
       end
     end
     
@@ -86,7 +86,7 @@ class AssociatedFormHelperTest &lt; Test::Unit::TestCase
       end
 
       should &quot;use the alternate selector&quot; do
-        assert_match &quot;$(this).parents(&amp;quot;.blah&amp;quot;).remove()&quot;, @erbout
+        assert_match &quot;$(this).parents('.blah').remove()&quot;, @erbout
       end
     end
     
@@ -97,7 +97,7 @@ class AssociatedFormHelperTest &lt; Test::Unit::TestCase
       end
 
       should &quot;still infer the name of the current @object in fields_for, and create the function as usual&quot; do
-        assert_match &quot;$(this).parents(&amp;quot;.comment&amp;quot;).remove()&quot;, @erbout
+        assert_match &quot;$(this).parents('.comment').remove()&quot;, @erbout
       end
       
       should &quot;append the secondary function&quot; do</diff>
      <filename>test/test/unit/associated_form_helper_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fa108ef74aabc9d4b644ff96fe88d60ea2b49415</id>
    </parent>
  </parents>
  <author>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </author>
  <url>http://github.com/giraffesoft/attribute_fu/commit/c83f28d6489ef3f24017c4dee113db5f9c702407</url>
  <id>c83f28d6489ef3f24017c4dee113db5f9c702407</id>
  <committed-date>2008-07-22T09:43:15-07:00</committed-date>
  <authored-date>2008-07-22T09:43:15-07:00</authored-date>
  <message>cherry pick commit to deal with quoting bug</message>
  <tree>fc0443560bef40a0cf036b4e9c1ce336c8b4862c</tree>
  <committer>
    <name>James Golick</name>
    <email>james@giraffesoft.ca</email>
  </committer>
</commit>
