Sorry, this is my stupid bug... Open /administrator/components/com_jcomments/admin.jcomments.custombbcodes.php
And replace:
$row->button_close_tag = trim(strip_tags($row->button_open_tag));
with
$row->button_close_tag = trim(strip_tags($row->button_close_tag));