[Tex/LaTex] No title option in moderncv leaving horizontal line beside name?

moderncv

Basically using the no title option and the banking theme in moderncv leaves me with a horizontal line beside the name. It used to remove the line but a recent update changed something which I am not too sure about. Using the standard template.tex from http://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/examples and commenting the following line:

\title{Resumé title}                 % optional, remove / comment the line if not wanted

leaves me with something that looks like this:

Note that I am using TeXLive and TeXshop. I would appreciate any help.

Best Answer

Looks like a bug to me, possibly just a typo in the document class. I boiled the template down to a MWE and the bar remains:

\documentclass{moderncv}
\moderncvstyle{banking} 
\firstname{John}
\familyname{Doe}
\begin{document}
\makecvtitle
\end{document}

output

I'd assume the author of moderncv, Xavier, will come across this question within the next few days. If he doesn't, you can file a bug report yourself.