Index: trunk/core/units/category_items/category_items_tag_processor.php =================================================================== diff -u -N -r1705 -r6093 --- trunk/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 1705) +++ trunk/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 6093) @@ -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 ) {