<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -509,13 +509,6 @@
 					$comment = new Comment($_POST['comment_id']);
 					$trigger-&gt;call(&quot;show_comment&quot;, $comment);
 
-					$group = ($comment-&gt;user_id and !$comment-&gt;user()-&gt;no_results) ?
-					         $comment-&gt;user()-&gt;group() :
-					         new Group(Config::current()-&gt;guest_group) ;
-					if (($comment-&gt;status != &quot;pingback&quot; and !$comment-&gt;status != &quot;trackback&quot;) and !$group-&gt;can(&quot;code_in_comments&quot;))
-						$comment-&gt;body = strip_tags($comment-&gt;body, &quot;&lt;&quot;.join(&quot;&gt;&lt;&quot;, $config-&gt;allowed_comment_html).&quot;&gt;&quot;);
-
-					$trigger-&gt;filter($comment-&gt;body, &quot;markup_comment_text&quot;);
 					$theme-&gt;load(&quot;content/comment&quot;, array(&quot;comment&quot; =&gt; $comment));
 					break;
 				case &quot;delete_comment&quot;:
@@ -712,13 +705,6 @@
 					if (!in_array(when(&quot;m-d-Y&quot;, $comment-&gt;created_at), $shown_dates))
 						$shown_dates[] = when(&quot;m-d-Y&quot;, $comment-&gt;created_at);
 
-					$group = ($comment-&gt;user_id and !$comment-&gt;user()-&gt;no_results) ?
-					         $comment-&gt;user()-&gt;group() :
-					         new Group(Config::current()-&gt;guest_group) ;
-					if (($comment-&gt;status != &quot;pingback&quot; and $comment-&gt;status != &quot;trackback&quot;) and !$group-&gt;can(&quot;code_in_comments&quot;))
-						$comment-&gt;body = strip_tags($comment-&gt;body, &quot;&lt;&quot;.join(&quot;&gt;&lt;&quot;, $config-&gt;allowed_comment_html).&quot;&gt;&quot;);
-
-					$trigger-&gt;filter($comment-&gt;body, &quot;markup_comment_text&quot;);
 					$comment-&gt;is_author = ($post-&gt;user_id == $comment-&gt;user_id);
 				}
 			}</diff>
      <filename>modules/comments/comments.php</filename>
    </modified>
    <modified>
      <diff>@@ -25,12 +25,6 @@
 	foreach ($comments as $comment) {
 		$trigger-&gt;call(&quot;rss_comment&quot;, $comment-&gt;id);
 
-		$group = ($comment-&gt;user_id and !$comment-&gt;user()-&gt;no_results) ? $comment-&gt;user()-&gt;group() : new Group(Config::current()-&gt;guest_group) ;
-		if (($comment-&gt;status != &quot;pingback&quot; and $comment-&gt;status != &quot;trackback&quot;) and !$group-&gt;can(&quot;code_in_comments&quot;))
-			$comment-&gt;body = strip_tags($comment-&gt;body, &quot;&lt;&quot;.join(&quot;&gt;&lt;&quot;, $config-&gt;allowed_comment_html).&quot;&gt;&quot;);
-
-		$trigger-&gt;filter($comment-&gt;body, &quot;markup_comment_text&quot;);
-
 		$updated = ($comment-&gt;updated) ? $comment-&gt;updated_at : $comment-&gt;created_at ;
 
 		$tagged = substr(strstr(url(&quot;id/&quot;.$comment-&gt;post()-&gt;id.&quot;/&quot;).&quot;#comment_&quot;.$comment-&gt;id, &quot;//&quot;), 2);</diff>
      <filename>modules/comments/pages/comments_feed.php</filename>
    </modified>
    <modified>
      <diff>@@ -374,14 +374,17 @@ ol.comments li cite a.permalink:link,
 ol.comments li cite a.permalink:visited {
 	color: #666;
 }
-ol.comments ul {
-	padding: 0 0 1em;
+ol.comments li ul,
+ol.comments li ol {
+	margin: 0;
+	padding: 0 0 1em 1.5em;
 }
-ol.comments ol li,
-ol.comments ul li {
+ol.comments li ul li,
+ol.comments li ol li {
 	margin: 0;
+	padding: 0;
 }
-ol.comments ol li {
+ol.comments li ol li {
 	list-style-type: decimal;
 }
 </diff>
      <filename>themes/stardust/stylesheets/screen.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>46cd682e88fda5a775e7e4c2de3f46a0e0b89a01</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/a414a91acd397712f5b86ccf64dc151b19f36f31</url>
  <id>a414a91acd397712f5b86ccf64dc151b19f36f31</id>
  <committed-date>2008-07-23T13:00:27-07:00</committed-date>
  <authored-date>2008-07-23T13:00:27-07:00</authored-date>
  <message>Removed superfluous HTML stripping and markup_comment_text calling, and fixed how lists appear in comments.</message>
  <tree>f3496f018e5b866d7f28891e52853ee4114fe5a3</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
