NIHVIVO-1332 Corrected variable name in imageLinks macro
This commit is contained in:
parent
32ad455ff7
commit
c9bcf1aacd
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ name will be used as the label. -->
|
|||
<#else>
|
||||
<@p.addLinkWithLabel mainImage showEditLinks "Photo" />
|
||||
<#if placeholderImage?has_content>
|
||||
<img class="individual-photo2" src="${dummyImage}" title = "no image" alt="placeholder image" width="115" />
|
||||
<img class="individual-photo2" src="${placeholderImage}" title = "no image" alt="placeholder image" width="115" />
|
||||
</#if>
|
||||
</#if>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue