I'm using the moderncv template and I want to add a footnote inside the last part of the \cventry{}{}{}{}{}{} tag, something like this:
\cventry{Aug 2008}{Title}{}{}{}{text text text \footnote{footnote text} text text text.}
Unfortunately, LaTeX inserts the footnote directly under the \cventry instead of at the bottom of the page. I already included \usepackage[bottom]{footmisc} in the preamble but this did not solve the problem.