forked from mirrors/bookwyrm
Close the span tag for an author.
This commit is contained in:
parent
da849e9f1f
commit
1006096cd0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
itemtype="https://schema.org/Thing"
|
itemtype="https://schema.org/Thing"
|
||||||
><span
|
><span
|
||||||
itemprop="name"
|
itemprop="name"
|
||||||
>{{ author.name }}<span></a>{% if not forloop.last %}, {% elif remainder_count > 0 %}, {% blocktrans trimmed count counter=remainder_count %}
|
>{{ author.name }}</span></a>{% if not forloop.last %}, {% elif remainder_count > 0 %}, {% blocktrans trimmed count counter=remainder_count %}
|
||||||
and {{ remainder_count_display }} other
|
and {{ remainder_count_display }} other
|
||||||
{% plural %}
|
{% plural %}
|
||||||
and {{ remainder_count_display }} others
|
and {{ remainder_count_display }} others
|
||||||
|
|
Loading…
Reference in a new issue