fix markup error

pull/1/head
eric 2014-04-16 16:14:22 -04:00
parent e12fa3f52c
commit a78fdc4239
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<div class="pubinfo">
<h3 class="book-author">
<span itemprop="author">{{ work.authors.0.name }}</span>{% ifequal work.authors.count 2 %}
and <span itemprop="author">{{ work.authors.1.name }}
and <span itemprop="author">{{ work.authors.1.name }}</span>
{% endifequal %}{% if work.authors.count > 2 %}{% for author in work.authors %}{% if not forloop.first %}, <span itemprop="author">{{ author.name }}</span>{% endif %}{% endfor %}
{% endif %}
</h3>