<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -38,7 +38,7 @@ This would look like this:
   &lt;li&gt;
     &lt;a href=&quot;root_path&quot;&gt;overview&lt;/a&gt;
   &lt;/li&gt;
-  &lt;li&gt;
+  &lt;li class=&quot;active&quot;&gt;
     &lt;a href=&quot;comments_path&quot; class=&quot;button&quot;&gt;comments&lt;/a&gt;
     &lt;ul class=&quot;menu_level_1&quot;&gt;
       &lt;li class=&quot;active&quot;&gt;</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -76,18 +76,19 @@ NESTED
     assert l1.active?
   end
   
-  #def test_example_output_for_developer_laziness
+  # def test_example_output_for_developer_laziness
   #  MenuItem.any_instance.stubs(:active?).returns(false)
   #  menu = SemanticMenu.new(nil, :class =&gt; 'top_level_nav') do |root|
   #    root.add &quot;overview&quot;, &quot;root_path&quot;
   #    root.add &quot;comments&quot;, &quot;comments_path&quot;, :class =&gt; 'button' do |comments|
+  #      comments.stubs(:active?).returns(true)
   #      comment_item = comments.add &quot;My Comments&quot;, &quot;my_comments_path&quot;
   #      comment_item.stubs(:active?).returns(true)
   #      comments.add &quot;Recent&quot;,      &quot;recent_comments_path&quot;
   #    end
   #  end
   #  puts menu
-  #end
+  # end
   
   protected
     def default_menu</diff>
      <filename>test/semantic_menu_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bca5c0991db0ee98474308015d97d21f7b055865</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Haran</name>
    <email>chebuctonian@mgmail.com</email>
  </author>
  <url>http://github.com/danielharan/semantic-menu/commit/b7452f75eef3003cc24e3acac6431caefa711268</url>
  <id>b7452f75eef3003cc24e3acac6431caefa711268</id>
  <committed-date>2009-05-20T12:45:02-07:00</committed-date>
  <authored-date>2009-05-20T12:45:02-07:00</authored-date>
  <message>fix doc to reflect actual behaviour; parents do get an active style if any child is active</message>
  <tree>a2c285ffe6d952b2ed9d1a986aa003d5a738d283</tree>
  <committer>
    <name>Daniel Haran</name>
    <email>chebuctonian@mgmail.com</email>
  </committer>
</commit>
