Index: branches/unlabeled/unlabeled-1.5.52/kernel/units/category_items/category_items_tag_processor.php =================================================================== diff -u -r1838 -r5651 --- branches/unlabeled/unlabeled-1.5.52/kernel/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 1838) +++ branches/unlabeled/unlabeled-1.5.52/kernel/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 5651) @@ -5,7 +5,7 @@ function CategoryName($params) { $root_phrase = $this->Application->ConfigValue('Root_Name'); - $value = $this->Field($params); + $value = str_replace('&|&', ' > ', $this->Field($params)); $ret = $this->Application->Phrase($root_phrase).( $value ? ' > ' : '').$value; if( $this->Field( Array('field'=> 'PrimaryCat') ) == 1 ) {