Skip to content

Commit

Permalink
Fix times in English \print...dateextras (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed Mar 7, 2020
1 parent 18e39d5 commit 7542c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/latex/biblatex/lbx/english.lbx
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ canadian,australian,newzealand,USenglish,UKenglish}
{\mkdaterangefullextra{#1}{#2}}
{\lbx@us@mkdaterangetruncextra@long@i{#1}{#2}}}

\protected\gdef\lbx@us@mkdaterangetruncextra@long#1#2{%
\protected\gdef\lbx@us@mkdaterangetruncextra@long@i#1#2{%
\begingroup
\blx@metadateinfo{#2}%
\iffieldundef{#2year}
Expand Down Expand Up @@ -680,7 +680,7 @@ canadian,australian,newzealand,USenglish,UKenglish}
{\mkdaterangefullextra{#1}{#2}}
{\lbx@us@mkdaterangetruncextra@short@i{#1}{#2}}}

\protected\gdef\lbx@us@mkdaterangetruncextra@short#1#2{%
\protected\gdef\lbx@us@mkdaterangetruncextra@short@i#1#2{%
\begingroup
\blx@metadateinfo{#2}%
\iffieldundef{#2year}
Expand Down

0 comments on commit 7542c6d

Please sign in to comment.