Fixes for image attachments

git-svn-id: https://svn.libreccm.org/ccm/trunk@5917 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-04-06 15:49:10 +00:00
parent 480e57816d
commit ab0f831517
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@
</#function>
<#function getImageCaption image>
<#return image["./image/caption"]>
<#return image["./caption"]>
</#function>
<#function getImageSortKey image>
<#return image["./image/sortKey"]>
<#return image["./sortKey"]>
</#function>
<#function getImageWidth image>