<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -130,7 +130,7 @@ module ApplicationHelper
   end
   
   def toggle_javascript_for(id)
-    &quot;Element.toggle('#{id}'); Element.toggle('more-#{id}'); Element.toggle('less-#{id}');&quot;
+    &quot;Element.toggle('#{id}'); Element.toggle('more-#{id}'); Element.toggle('less-#{id}'); return false;&quot;
   end
   
   def image(name, options = {})</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -161,7 +161,7 @@ describe ApplicationHelper do
   end
   
   it &quot;should render a Javascript snippet to toggle the meta area&quot; do
-    helper.toggle_javascript_for(&quot;joe&quot;).should == &quot;Element.toggle('joe'); Element.toggle('more-joe'); Element.toggle('less-joe');&quot;
+    helper.toggle_javascript_for(&quot;joe&quot;).should == &quot;Element.toggle('joe'); Element.toggle('more-joe'); Element.toggle('less-joe'); return false;&quot;
   end
   
   it &quot;should render an image tag with a default file extension&quot; do</diff>
      <filename>spec/helpers/application_helper_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bca989f392c45e72509c38259d008db4d0ab2303</id>
    </parent>
  </parents>
  <author>
    <name>justin blecher</name>
    <email>justin@worksperfectly.net</email>
  </author>
  <url>http://github.com/radiant/radiant/commit/a994df9139f025abfeb53c14e9eb02ce5e37b3b2</url>
  <id>a994df9139f025abfeb53c14e9eb02ce5e37b3b2</id>
  <committed-date>2009-06-27T08:04:27-07:00</committed-date>
  <authored-date>2009-06-27T08:04:27-07:00</authored-date>
  <message>added &quot;return false&quot; to more/less toggle to prevent the browser from navigating to the &quot;#&quot;</message>
  <tree>98f889250773604d67d155c53d27821f98d83315</tree>
  <committer>
    <name>Josh French</name>
    <email>josh@vitamin-j.com</email>
  </committer>
</commit>
