diff --git a/awesome-cv.cls b/awesome-cv.cls index c6b7dee..f720361 100644 --- a/awesome-cv.cls +++ b/awesome-cv.cls @@ -617,7 +617,7 @@ % Define a line of cv information(honor, award or something else) % Usage: \cvhonor{}{}{<description>}{<location>}{<date>} \newcommand*{\cvhonor}[5]{% - \honordatestyle{#5} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#4} && \honordescriptionstyle{#3} + \honordatestyle{#5} & \honorpositionstyle{#1}, \honortitlestyle{#2} & \honorlocationstyle{#4} \cr & \honordescriptionstyle{#3} \\ }