Fix encoding of affiliation nouns.

This commit is contained in:
hacksalot 2016-01-21 00:13:03 -05:00
parent c52eda62bc
commit 803e206688
1 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,11 @@
{{#each r.affiliation.history}}
{{#> body-affiliation }}
<div>
<h3><em>{{ role }}</em>,
<h3><em>{{{ role }}}</em>,
{{#if url }}
<a href="{{{ url }}}">{{ organization }}</a>
<a href="{{{ url }}}">{{{ organization }}}</a>
{{else}}
{{ organization }}
{{{ organization }}}
{{/if}}
</h3>
<span class="tenure">{{dateRange .}}</span>