NIHVIVO-1332 Corrected variable name in imageLinks macro

This commit is contained in:
rjy7 2011-01-14 18:11:56 +00:00
parent 32ad455ff7
commit c9bcf1aacd

View file

@ -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>