I'm using the memoir class and have my document structured by parts which means that the "Bibliography" entry in the Table of Contents are not showing correctly (I guess that it is shown as a chapter instead of as a part).
I see two solutions:
Remove the entry from the ToC and add a custom entry like
\addcontentsline{toc}{part}{Bibliography}- Change the way the entry is shown by default
Does anyone know about a solution to this?