Index: branches/unlabeled/unlabeled-1.12.2/admin/import/step4.php =================================================================== diff -u -r5549 -r5651 --- branches/unlabeled/unlabeled-1.12.2/admin/import/step4.php (.../step4.php) (revision 5549) +++ branches/unlabeled/unlabeled-1.12.2/admin/import/step4.php (.../step4.php) (revision 5651) @@ -116,7 +116,7 @@ if($catid > 0) { $c = $objCatList->GetItemByField('ResourceId', $catid); - $path .= ">".$c->GetCachedNavBar(); + $path .= " > ".$c->GetCachedNavBar(); } ?>