diff --git a/isso/static/post.html b/isso/static/post.html
index 6a967da..b444288 100644
--- a/isso/static/post.html
+++ b/isso/static/post.html
@@ -127,7 +127,7 @@
$('#isso_' + post['parent']).append('
');
}
- $(post['parent'] ? '#isso_' + post['parent'] + ' ul' : '#isso_thread ul').append(
+ $(post['parent'] ? '#isso_' + post['parent'] + ' > ul:last-child' : '#isso_thread > ul').append(
'' +
' ' + post['text'] +