Can you point to a specific post on which this occurs?
On the front page. On the right hand side is the last 10 comments. You can see the the second to last comment causes the whole site to be ed
Here is the code:
<li class="christopher_comment" id="comment-1434">
<div class="comment">
<div class="gravatar-wrap"><img src="http://www.gravatar.com/avatar.php?gravatar_id=6fb1850b952597d2784d25636fd9ec7b&size=40" alt="" class="gravatar" />
</div>
<div class="comment-posted">
<h3 class="commentauthor"><a href='http://' rel='external nofollow'>Christopher</a> commented:
</h3>
<p class="comment-link"><a href="#comment-1434" title="">September 1st, 2005 at 4:44 am</a> <a href='http://www.chrisvschris.com/wp/wp-admin/post.php?action=editcomment&comment=1434'>edit</a> </p>
</div>
<div class="comment-text">
<p>
<p><em>It was mostly copying word for word. Not a commentary.</em>
</p></p>
</div>
</div>
</li>
Somehow this comment breaks the whole site.
Looks to me like the problem is that the sidebar is only including the first so many words or characters of the comment, so the closing </em> isn’t included.
ahh good point. anybody got any thoughts on how I might fix this? these is probaby a compliated way to write a script that closes any html that is open eh?
I’m using Comment Analysis plugin.. maybe there would be a way to strip html from the output?