You can do this quite easily in your topic, there are different ways to do this. The simplest will probably do this in the template.php file
function mytheme_preprocess_node(&$vars) {
$vars['title'] = filter_xss($vars['node']->title);
}
, , $title node.tpl, , . h1 h2, . _xss html-, , . , check_markup filter_xss_admin, filter_xss, , , .