Index: trunk/admin/import/step4.php =================================================================== diff -u -N -r5431 -r6093 --- trunk/admin/import/step4.php (.../step4.php) (revision 5431) +++ trunk/admin/import/step4.php (.../step4.php) (revision 6093) @@ -116,7 +116,7 @@ if($catid > 0) { $c = $objCatList->GetItemByField('ResourceId', $catid); - $path .= ">".$c->GetCachedNavBar(); + $path .= " > ".$c->GetCachedNavBar(); } ?>