It's taking them ok, just not displaying them in the editor. To fix, edit admin/profiles.php.

Line 85 looks like this:

$tarray[$tnum]['title'] = $ttitle;

Change that, to this:

$tarray[$tnum]['title'] = htmlspecialchars($ttitle);