i think it was a bug. However, go to the plugin’s directory and replace the line
$html = preg_replace(“/<!–tpl.exclude–>(.*?)<!–\/tpl.exclude–>/”, ”, $html);
with
$html = preg_replace(“/<!–tpl.exclude–>(.*?)<!–\/tpl.exclude–>/eis”, ”, $html);
Cheers.