--- multi.php 2001/07/10 07:50:34 1.4 +++ multi.php 2001/07/22 18:02:40 1.5 @@ -27,6 +27,9 @@ } elseif ($row[type]=="p") { if (file_exists(find_html_file("",$row[path]))) { $main=join('',file(find_html_file("",$row[path]))); + // fix entities from MS programs + include("fix_msshit.inc"); + $main=fix_msshit($main); } else { $main="can't find $row[path] for id $p"; }