1
0
Fork 0

Fixed attribute/s bug

This commit is contained in:
Michael Hackstein 2014-12-13 23:21:56 +01:00
parent 93f520b723
commit ac6dee8011
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<dd><%= attributes.author %></dd>
<dt>Contributors</dt>
<dd>
<% if (attribute.contributors && attributes.contributors.length > 0) { %>
<% if (attributes.contributors && attributes.contributors.length > 0) { %>
<ul>
<% _.each(attributes.contributors, function (contributor) { %>
<li><a href="mailto:<%= contributor.email %>"><%= contributor.name %></a></li>