Summary
Details
- Page properties
-
- Content
-
... ... @@ -73,10 +73,9 @@ 73 73 74 74 ~{~{velocity}} 75 75 #set ($attachments = $doc.getAttachmentList()) 76 - 77 77 ~{~{gallery}} 78 78 #foreach ($attachment in $attachments) 79 - #if || $attachment.filename.endsWith('.webp'))78 + #if($attachment.filename.endsWith('.jpg') || $attachment.filename.endsWith('.png')) 80 80 image~:$attachment.filename 81 81 #end 82 82 #end