corrected plural display error redux
This commit is contained in:
parent
cb2681de9c
commit
0ba1c16f56
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue