I have a blog called Upclose & Personal, in which case the & is not converted to a & when displaying all the blogs categories in the categories plugin.
Heres the fix
echo format_to_output(blog_list_iteminfo('name',false), 'htmlbody');
instead of
echo blog_list_iteminfo('name');