Code: Select all
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\protect\numberline{}List of Figures}
\listoffigures
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\protect\numberline{}List of Tables}
\listoftables
If you do the addcontentsline after the \listoftables commands, the contents line refers to the end of the section not the beginning.
This took me an entire morning of experimenting and googling to find out!
Hope this helps someone.