<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,23 +4,23 @@ module Component::Faq
       # TODO: sort order
       @questions = Question.paginate_by_site_id current_site.id, :page =&gt; params[:page], :per_page =&gt; 10, :order =&gt; &quot;created_at ASC&quot;
     end
-    
+
     def show
-      
+
     end
-    
+
     def new
       @question = Question.new :site =&gt; current_site
     end
-    
+
     def create
       @question = Question.create((params[:question] || {}).merge(:site =&gt; current_site))
     end
-    
+
     def edit
       question
     end
-    
+
     def update
       question.update_attributes params[:question]
       question.categories(:reload)
@@ -28,14 +28,14 @@ module Component::Faq
         format.js
       end
     end
-    
+
     def destroy
       question.destroy
     end
-  
+
   protected
     def question
       @question ||= Question.find_by_site_id_and_id(current_site.id, params[:id]) or raise ActiveRecord::RecordNotFound
     end
-  end  
+  end
 end
\ No newline at end of file</diff>
      <filename>app/controllers/component/faq/admin_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,10 +2,10 @@ module Component::Faq
   class Question &lt; Content::Base
     categorisable
     taggable
-    
+
     alias_attribute :question, :title
     alias_attribute :answer, :content
-    
+
     class &lt;&lt; self
       def collectible?
         true</diff>
      <filename>app/models/component/faq/question.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5339a2865f25d7ae7f7189a8942a55d00742f842</id>
    </parent>
  </parents>
  <author>
    <name>Matt Powell</name>
    <email>fauxparse@gmail.com</email>
  </author>
  <url>http://github.com/leftclick/bhq-faq/commit/744a8ee5965553ce6ac8b17c6a7898c651015d24</url>
  <id>744a8ee5965553ce6ac8b17c6a7898c651015d24</id>
  <committed-date>2009-11-05T16:09:34-08:00</committed-date>
  <authored-date>2009-11-05T16:09:34-08:00</authored-date>
  <message>hardcore whitespace stripping</message>
  <tree>821c47268cb5d3ad4e35e71bfb4daef80160fb82</tree>
  <committer>
    <name>Matt Powell</name>
    <email>fauxparse@gmail.com</email>
  </committer>
</commit>
