Changes for page 2020
Last modified by David De La Harpe Golden on 2021/01/17 21:08
From version 51.1
edited by David De La Harpe Golden
on 2021/01/17 20:00
on 2021/01/17 20:00
Change comment:
There is no comment for this version
To version 50.1
edited by David De La Harpe Golden
on 2021/01/01 16:11
on 2021/01/01 16:11
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 #macro(thumbs $docref) 3 3 #set($document = $xwiki.getDocument($docref)) 4 4 #foreach($attach in $sorttool.sort($document.getAttachmentList(),["filename"])) 5 - #if($ foreach.count > 10)5 + #if($velocityCount > 10) 6 6 [[(+)>>$docref]] 7 7 #break 8 8 #end