corrected plural display error redux

This commit is contained in:
tworrall 2013-05-13 15:31:11 -04:00
parent cb2681de9c
commit 0ba1c16f56

View file

@ -22,8 +22,10 @@ Check those publications you want to exclude from the profile page.
<#list allSubclasses as sub>
<h4>
<#if sub = "Software" || sub = "Thesis">
<#if sub = "Software">
${sub}
<#elseif sub = "Thesis">
Theses
<#elseif sub = "Speech">
Speeches
<#else>