--- vet_smpc.php 2002/01/10 16:48:24 1.4 +++ vet_smpc.php 2002/01/17 10:14:13 1.5 @@ -18,6 +18,8 @@ if ($row=$sth->fetchrow_hash()) { $title.=" : $row[brand] $row[form]"; $title=str_replace("®","®",$title); + $main=str_replace("µ","µ",$main); + $main=str_replace("≅","≅",$main); } }