mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Added a check on the emptyness of \title when setting the hyperref document properties
This commit is contained in:
parent
fc04d21ed3
commit
6d5bc29478
3 changed files with 10 additions and 3 deletions
|
|
@ -198,8 +198,8 @@
|
|||
|
||||
\renewcommand*{\cventry}[7][.25em]{
|
||||
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}%
|
||||
{\bfseries #4} & {\bfseries #5} \\%
|
||||
{\itshape #3\ifthenelse{\equal{#6}{}}{}{, #6}} & {\itshape #2}\\%
|
||||
{\bfseries #4} & {\bfseries #5} \\%
|
||||
{\itshape #3\ifthenelse{\equal{#6}{}}{}{, #6}} & {\itshape #2}\\%
|
||||
\end{tabular*}%
|
||||
\ifx&%
|
||||
\else{\\\vbox{\small#7}}\fi%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue