By Etanol on
Currently if I preview a reply the reply content and anything else defined in comment.tpl.php is included inside
.
It is absolutely unnecessary, since all the input fields are further in the code and might be harmful if one tries to include any extra form in comment.tpl.php (such us comment karma, or any other voting) - you end up with nested forms (invalid html) which prevent you from submitting in both IE and Opera.
How do I modify reply form (with preview) to open form tag just after the previewed content?