Fix space before some bib commas (#2552)
These somehow appeared when upgrading from v0.11.0 to v0.12.0.
This commit is contained in:
parent
0a40a22739
commit
f8335998e2
|
|
@ -112,7 +112,7 @@
|
|||
{% assign more_authors_show = more_authors_show | append: ', ' %}
|
||||
{% endunless %}
|
||||
{%- endfor -%}
|
||||
{% assign more_authors_show = more_authors_show | regex_replace: '([*∗†‡§¶‖&^]+)', '<sup>\1</sup>' %}
|
||||
{%- assign more_authors_show = more_authors_show | regex_replace: '([*∗†‡§¶‖&^]+)', '<sup>\1</sup>' -%}
|
||||
, and
|
||||
<span
|
||||
class="more-authors"
|
||||
|
|
|
|||
Loading…
Reference in New Issue