In the forums, the & sign is being changed to an entitiy when the code is
delimited with backticks.
this:
<?php wp_list_categories('orderby=name&show_count=1&title_li=');?>
gets converted to this:
<?php wp_list_categories('orderby=name&show_count=1&title_li=');?>
Thanks to whoever fixes that.
MichaelH