<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
+require 'bluecloth'
 class Comment &lt; ActiveRecord::Base
   
   named_scope :public, {
@@ -23,7 +24,7 @@ class Comment &lt; ActiveRecord::Base
   # this helps simplify a user lookup of all comments across tracks/playlists/whatever
   belongs_to :user
   
-  validates_length_of :body, :within =&gt; 1..1000
+  validates_length_of :body, :within =&gt; 1..2000
   
   formats_attributes :body
   </diff>
      <filename>app/models/comment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,6 @@
    &lt;div class=&quot;comment-body&quot;&gt;
       &lt;h2 class=&quot;h2-comment&quot;&gt;  	&lt;%= comment.commenter ? (link_to (h comment.commenter.name), user_home_path(comment.commenter)) : 'Guest' %&gt;
           said &lt;%= time_ago_in_words(comment.created_at)%&gt; ago&lt;/h2&gt;
-      &lt;p class=&quot;p-comment&quot;&gt;&lt;%= comment.body %&gt;&lt;/p&gt;
+      &lt;p class=&quot;p-comment&quot;&gt;&lt;%= comment.body_html %&gt;&lt;/p&gt;
    &lt;/div&gt;&lt;!-- div end comment-body --&gt;
  &lt;/div&gt;&lt;!-- div end comment --&gt;
\ No newline at end of file</diff>
      <filename>app/views/updates/_comment.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -213,6 +213,9 @@ div#wp1 {/*left side*/
   padding: 13px 23px 13px 23px;
   background: #f2f2ed;
 }
+.comment-body p{
+  padding-bottom: 14px;
+}
 /*end comment*/
 /*end left/main side container*/
 /*start right side container*/</diff>
      <filename>public/stylesheets/blog.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>82239c4c13a0bb940fbe33de05c5602ca6a1a2b9</id>
    </parent>
  </parents>
  <author>
    <name>Sudara</name>
    <email>sudara@alonetone.com</email>
  </author>
  <url>http://github.com/sudara/alonetone/commit/14cb3bbc5f0a2d530bac7a11bdc43370ac815a1d</url>
  <id>14cb3bbc5f0a2d530bac7a11bdc43370ac815a1d</id>
  <committed-date>2009-08-19T12:30:17-07:00</committed-date>
  <authored-date>2009-08-19T12:30:17-07:00</authored-date>
  <message>Comment formatting fixes, allow 2000 chars in comments</message>
  <tree>796c56c2531f3ac2898a1c04020f8c6a801ee7b7</tree>
  <committer>
    <name>Sudara</name>
    <email>sudara@alonetone.com</email>
  </committer>
</commit>
