A bug, I am releasing 3.3.2 in an hour.
If you have installed 3.3.1, you don't need to update
Find in header.php, line 823:
PHP Code:
<body<?php bodyclasses(); ?><?php echo ($bfa_ata['html_inserts_body_top'] != "" ?
apply_filters(widget_text, $bfa_ata['html_inserts_body_top']) : ''); ?>>
and replace with:
PHP Code:
<body<?php bodyclasses(); ?><?php echo ($bfa_ata['html_inserts_body_tag'] != "" ?
' ' . apply_filters(widget_text, $bfa_ata['html_inserts_body_tag']) : ''); ?>>
<?php echo ($bfa_ata['html_inserts_body_top'] != "" ?
apply_filters(widget_text, $bfa_ata['html_inserts_body_top']) : ''); ?>