Partials: References: Prevent orphaned comma.

This commit is contained in:
hacksalot 2016-01-15 13:59:45 -05:00
parent 78b2b98c8d
commit 6fa9cc3c7b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{{#each r.references}}
{{#> body-references }}
<div>
<h3><em>{{ name }}</em></h3>
<h3><em>{{ name }}</em>{{#if role}}, {{{ role }}}{{/if}}</h3>
{{{ summary }}}
</div>
{{/body-references}}