<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -76,12 +76,12 @@
         &lt;label class=&quot;required&quot;&gt;Your name:&lt;/label&gt;
         &lt;input type=&quot;text&quot; class=&quot;text&quot; name=&quot;author&quot; value=&quot;&quot; id=&quot;author&quot; /&gt;
         &lt;span&gt;(required)&lt;/span&gt;
-        &lt;% if  @comment and @comment.errors %&gt;&lt;div class=&quot;error&quot;&gt;Author &lt;%= @comment.errors.on(:author).first %&gt;&lt;/div&gt;&lt;% end %&gt;
+        &lt;% if  @comment and @comment.errors %&gt;&lt;div class=&quot;error&quot;&gt;Author &lt;%= @comment.errors.on(:author) %&gt;&lt;/div&gt;&lt;% end %&gt;
         &lt;br /&gt;
         &lt;label class=&quot;required&quot;&gt;Your e-mail:&lt;/label&gt;
         &lt;input type=&quot;text&quot; class=&quot;text&quot; name=&quot;email&quot; value=&quot;&quot; id=&quot;email&quot; /&gt;
         &lt;span&gt;(required, won't be displayed)&lt;/span&gt;
-        &lt;% if  @comment and @comment.errors %&gt;&lt;div class=&quot;error&quot;&gt;E-Mail &lt;%= @comment.errors.on(:email).first %&gt;&lt;/div&gt;&lt;% end %&gt;
+        &lt;% if  @comment and @comment.errors %&gt;&lt;div class=&quot;error&quot;&gt;E-Mail &lt;%= @comment.errors.on(:email) %&gt;&lt;/div&gt;&lt;% end %&gt;
         &lt;br /&gt;
 
         &lt;label&gt;Your website:&lt;/label&gt;
@@ -90,7 +90,7 @@
 
         &lt;label&gt;Message:&lt;/label&gt;
         &lt;textarea name=&quot;body&quot; rows=&quot;8&quot; cols=&quot;40&quot;&gt;&lt;/textarea&gt;
-        &lt;% if @comment and @comment.errors %&gt;&lt;div class=&quot;error&quot;&gt;Message &lt;%= @comment.errors.on(:body).first if @comment %&gt;&lt;/div&gt;&lt;% end %&gt;
+        &lt;% if @comment and @comment.errors %&gt;&lt;div class=&quot;error&quot;&gt;Message &lt;%= @comment.errors.on(:body) if @comment %&gt;&lt;/div&gt;&lt;% end %&gt;
         &lt;span style=&quot;margin-left: 13.5em&quot;&gt;(Use Markdown syntax)&lt;/span&gt;
         &lt;br /&gt;
 </diff>
      <filename>themes/default/views/post.erb</filename>
    </modified>
    <modified>
      <diff>@@ -76,12 +76,12 @@
         &lt;label class=&quot;required&quot;&gt;Your name:&lt;/label&gt;
         &lt;input type=&quot;text&quot; class=&quot;text&quot; name=&quot;author&quot; value=&quot;&quot; id=&quot;author&quot; /&gt;
         &lt;span&gt;(required)&lt;/span&gt;
-        &lt;% if  @comment and @comment.errors %&gt;&lt;span class=&quot;error&quot;&gt;Author &lt;%= @comment.errors.on(:author).first %&gt;&lt;/span&gt;&lt;% end %&gt;
+        &lt;% if  @comment and @comment.errors %&gt;&lt;span class=&quot;error&quot;&gt;Author &lt;%= @comment.errors.on(:author) %&gt;&lt;/span&gt;&lt;% end %&gt;
         &lt;br /&gt;
         &lt;label class=&quot;required&quot;&gt;Your e-mail:&lt;/label&gt;
         &lt;input type=&quot;text&quot; class=&quot;text&quot; name=&quot;email&quot; value=&quot;&quot; id=&quot;email&quot; /&gt;
         &lt;span&gt;(required, won't be displayed)&lt;/span&gt;
-        &lt;% if  @comment and @comment.errors %&gt;&lt;span class=&quot;error&quot;&gt;E-Mail &lt;%= @comment.errors.on(:email).first %&gt;&lt;/span&gt;&lt;% end %&gt;
+        &lt;% if  @comment and @comment.errors %&gt;&lt;span class=&quot;error&quot;&gt;E-Mail &lt;%= @comment.errors.on(:email) %&gt;&lt;/span&gt;&lt;% end %&gt;
         &lt;br /&gt;
 
         &lt;label&gt;Your website:&lt;/label&gt;
@@ -90,7 +90,7 @@
 
         &lt;label&gt;Message:&lt;/label&gt;
         &lt;textarea name=&quot;body&quot; rows=&quot;8&quot; cols=&quot;40&quot;&gt;&lt;/textarea&gt;
-        &lt;% if  @comment and @comment.errors %&gt;&lt;span class=&quot;error&quot;&gt;Message &lt;%= @comment.errors.on(:body).first if @comment %&gt;&lt;/span&gt;&lt;% end %&gt;
+        &lt;% if  @comment and @comment.errors %&gt;&lt;span class=&quot;error&quot;&gt;Message &lt;%= @comment.errors.on(:body) if @comment %&gt;&lt;/span&gt;&lt;% end %&gt;
         &lt;span style=&quot;margin-left: 14em&quot;&gt;(Use &lt;em&gt;Markdown&lt;/em&gt; syntax)&lt;/span&gt;
         &lt;br /&gt;
 </diff>
      <filename>themes/restafari/views/post.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6e25204952a989722804ca928006bbd04209a920</id>
    </parent>
  </parents>
  <author>
    <name>Josh Nesbitt</name>
    <email>josh@josh-nesbitt.net</email>
  </author>
  <url>http://github.com/karmi/marley/commit/602068a594e7911041b3ea3b5073878b390ff91c</url>
  <id>602068a594e7911041b3ea3b5073878b390ff91c</id>
  <committed-date>2009-09-13T07:58:00-07:00</committed-date>
  <authored-date>2009-09-07T03:02:59-07:00</authored-date>
  <message>Fixed issue on displaying errors within the comment form.</message>
  <tree>2da301241d62cf7673a8c766ddcfe7a4a639f788</tree>
  <committer>
    <name>Karel Minarik</name>
    <email>karmi@karmi.cz</email>
  </committer>
</commit>
