Changes for page Cache

Last modified by Thomas Mortagne on 2018/05/30 10:38

From version 31.1
edited by Thomas Mortagne
on 2018/05/30 10:32
Change comment: There is no comment for this version
To version 32.1
edited by Thomas Mortagne
on 2018/05/30 10:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -13,7 +13,7 @@
13 13  
14 14   println 'document attacments:'
15 15   for (attachment in document.attachmentList) {
16 - println '*' + attachment.filename
16 + println '* ' + attachment.filename
17 17   }
18 18  }
19 19