From ad56c71dce5c0becf18579069a637e0c999b9b76 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 27 Jan 2020 11:13:05 +0100 Subject: [PATCH] Amend 00bdc206932dcb --- lib/citeengines/biblatex.citeengine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/citeengines/biblatex.citeengine b/lib/citeengines/biblatex.citeengine index bbfbb6f058..f291f12865 100644 --- a/lib/citeengines/biblatex.citeengine +++ b/lib/citeengines/biblatex.citeengine @@ -252,8 +252,8 @@ CiteFormat authoryear # Add a year if it exists (else title, else "??") and possibly a modifier (as in 2017a) !yeartitle {%year%[[%year%{%modifier%[[%modifier%]][[{%export%[[]][[%!dummymod%]]}]]}]][[{%title%[[%title%]][[??]]}]]} - # Add a shorthand if it exists, else yeartitle (above) - !shyeartitle {%shorthand%[[%shorthand%]][[%!shyeartitle%]]} + # Add a shorthand if it exists, else yeartitle (above) + !shyeartitle {%shorthand%[[%shorthand%]][[%!yeartitle%]]} # "...; Shorthand|Nextyear ..." (including extra label, as in 2017a) !nextshyeartitle {%next%[[%!sep% %!startlink%%!yeartitle%%!endlink%%!nextshyeartitle%]]} -- 2.39.5