--- multi.php 2001/11/07 12:09:58 1.9 +++ multi.php 2001/11/07 14:24:02 1.10 @@ -10,6 +10,7 @@ $smarty->assign( array ( Title=>"PLIVA Ljubljana" ) ); include("find_html_file.inc"); +include("fix_msshit.inc"); if (! isset($p)) { $p=0; @@ -30,11 +31,11 @@ $smarty->assign("mtext",$row[name]); if ($row[type]=="h" && find_html_file("multi",$row[html])) { $main=join('',file(find_html_file("multi",$row[html]))); + $main=fix_msshit($main); } elseif ($row[type]=="p") { if (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";