On this line my theme stops working:
PHP Code:
<h3 id="comments">Comments:</h3>
<ol class="commentlist">
<?php
foreach ($vbridge[replies] as $reply) {
?>
[B]<li class="<?php echo $oddcomment; ?>" id="comment-[/B]<?php comment_ID() ?>">
HTML output:
HTML Code:
<h3 id="comments">Comments:</h3>
<ol class="commentlist">
<li class="" id="comment-">
I would highly appreciate any feedback about this

Last bug before going to public