<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 {% if article.comments_count &gt; 0 %}
-	&lt;h3 id=&quot;comments&quot;&gt;{{ article.comments_count | pluralize: 'Response' }} to &amp;#8220;{{ article.title }}&amp;#8221;&lt;/h3&gt; 
+	&lt;h3&gt;{{ article.comments_count | pluralize: 'Response' }} to &amp;#8220;{{ article.title }}&amp;#8221;&lt;/h3&gt; 
 	&lt;ol class=&quot;commentlist&quot;&gt;
 	{% for comment in article.comments %}
 		&lt;li class=&quot;{% cycle 'graybox', '' %}&quot; id=&quot;comment-{{ comment.id }}&quot;&gt;
@@ -19,7 +19,7 @@
   &lt;p&gt;{{ form.name }}&lt;label for=&quot;comment_author&quot;&gt;&lt;small&gt;Name (required)&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
   &lt;p&gt;{{ form.email }}&lt;label for=&quot;comment_author_email&quot;&gt;&lt;small&gt;Mail (will not be published)&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
   &lt;p&gt;{{ form.url }}&lt;label for=&quot;comment_author_url&quot;&gt;&lt;small&gt;Website&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
-  &lt;p&gt;&lt;textarea name=&quot;comment[body]&quot; id=&quot;comment_body&quot; cols=&quot;100%&quot; rows=&quot;10&quot;&gt;{{ submitted.body }}&lt;/textarea&gt;&lt;/p&gt;
+  &lt;p&gt;&lt;textarea name=&quot;comment[body]&quot; id=&quot;comment_body&quot; cols=&quot;50&quot; rows=&quot;10&quot;&gt;{{ submitted.body }}&lt;/textarea&gt;&lt;/p&gt;
   &lt;p&gt;&lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;submit&quot; value=&quot;Salvar&quot; /&gt;&lt;/p&gt;
 {% endcommentform %}
 </diff>
      <filename>templates/_comments.liquid</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@
 
 {% endfor %}
 {% if mode == 'single' %}
-  &lt;div class=&quot;commentsblock&quot;&gt;
+  &lt;div class=&quot;commentsblock&quot; id=&quot;comments&quot;&gt;
 	{% include 'comments' %}
   &lt;/div&gt;
 {% endif %}</diff>
      <filename>templates/_shared.liquid</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>41be941087c2899461b0f630a69c4c2550936cd2</id>
    </parent>
  </parents>
  <author>
    <name>Vinicius Ebersol</name>
    <email>vebersol.spam@gmail.com</email>
  </author>
  <url>http://github.com/vebersol/earthtone-to-mephisto/commit/dfe1c25f4816056e884aa9522c05fa73947b7ce0</url>
  <id>dfe1c25f4816056e884aa9522c05fa73947b7ce0</id>
  <committed-date>2008-09-30T23:03:39-07:00</committed-date>
  <authored-date>2008-09-30T23:03:39-07:00</authored-date>
  <message>Fix comments box and textarea size.</message>
  <tree>a73c1f102b1f5df7089b6f8536b3d6ffe89bef8d</tree>
  <committer>
    <name>Vinicius Ebersol</name>
    <email>vebersol.spam@gmail.com</email>
  </committer>
</commit>
