<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,13 +9,13 @@
     &lt;tr&gt;
         &lt;td&gt;
             &lt;%- if comment.url? -%&gt;
-                &lt;%= link_to comment.author, comment.url -%&gt;
+                &lt;%= link_to h(comment.author), h(comment.url) -%&gt;
             &lt;%- else -%&gt;
                 &lt;%= comment.author -%&gt;
             &lt;%- end -%&gt;
         &lt;/td&gt;
         &lt;td&gt;&lt;%= mail_to comment.email, false, { :replace_at =&gt; ' [at] ', :encode =&gt; 'javascript' } -%&gt;&lt;/td&gt;
-        &lt;td&gt;&lt;/td&gt;
+        &lt;td&gt;&lt;%= comment.body(:source) -%&gt;&lt;/td&gt;
         &lt;td&gt;&lt;%= link_to :show, post_comment_path(@post, comment) %&gt;&lt;/td&gt;
         &lt;td&gt;&lt;%= link_to :edit, edit_post_comment_path(@post, comment) %&gt;&lt;/td&gt;
         &lt;td&gt;&lt;%= link_to :destroy, post_comment_path(@post, comment), :confirm =&gt; 'are you sure?', :method =&gt; :delete %&gt;&lt;/td&gt;</diff>
      <filename>app/views/comments/index.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5d0c8ea3fe4a54fb8d33d5cc835345ab4220b4cd</id>
    </parent>
  </parents>
  <author>
    <name>tweak</name>
    <email>tweakr@gmail.com</email>
  </author>
  <url>http://github.com/tweak/blog/commit/373eb50d23f9aff1a2aafd00d5a9f9660dc85d4a</url>
  <id>373eb50d23f9aff1a2aafd00d5a9f9660dc85d4a</id>
  <committed-date>2009-11-08T13:40:50-08:00</committed-date>
  <authored-date>2009-11-08T13:40:50-08:00</authored-date>
  <message>added comment body and escaping to author and url</message>
  <tree>173ca22d564b1daa577f369d8ea3d3b1d51d8a84</tree>
  <committer>
    <name>tweak</name>
    <email>tweakr@gmail.com</email>
  </committer>
</commit>
