<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -40,7 +40,7 @@ module Component::Sitemap
         end
       end
     end
-    
+
     def build_html_node(html, page, nodes)
       html.li do
         html.a page.title, :href =&gt; page.loc
@@ -54,7 +54,7 @@ module Component::Sitemap
         end
       end
     end
-    
+
     def content_types(list)
       list &lt;&lt; SitemapWidget
     end</diff>
      <filename>app/models/component/sitemap/configuration.rb</filename>
    </modified>
    <modified>
      <diff>@@ -13,23 +13,23 @@ module Component::Sitemap
     def loc
       options[:loc] || page.permalink(true)
     end
-    
+
     def title
       options[:title] || page.title
     end
-    
+
     def lastmod
       options[:lastmod] || page.updated_at
     end
-    
+
     def changefreq
       options[:changefreq] || &quot;weekly&quot;
     end
-    
+
     def priority
       options[:priority] || 0.5
     end
-    
+
     delegate :root?, :id, :parent_id, :to =&gt; :page
   end
 end</diff>
      <filename>app/models/component/sitemap/sitemap_node.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,11 +3,11 @@ module Component::Sitemap
     def render(context)
       context[&quot;site&quot;].components[Component::Sitemap].to_html
     end
-    
+
     def self.placeable?(container)
       true
     end
-    
+
     def to_xml
       site.components[Component::Sitemap].to_xml
     end</diff>
      <filename>app/models/component/sitemap/sitemap_widget.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e656c1eb4fac84c7af3f8f3456b15b5be4689ad2</id>
    </parent>
  </parents>
  <author>
    <name>Matt Powell</name>
    <email>fauxparse@gmail.com</email>
  </author>
  <url>http://github.com/leftclick/bhq-sitemap/commit/cac7c8c74905081d2e13ede491a55683babed139</url>
  <id>cac7c8c74905081d2e13ede491a55683babed139</id>
  <committed-date>2009-11-05T16:10:25-08:00</committed-date>
  <authored-date>2009-11-05T16:10:25-08:00</authored-date>
  <message>hardcore whitespace stripping</message>
  <tree>f5013939cb63573648d1bd4b8dfbf054ce5afa6a</tree>
  <committer>
    <name>Matt Powell</name>
    <email>fauxparse@gmail.com</email>
  </committer>
</commit>
