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%]]}