Changes for page test
Last modified by Jip-jan Alunkel on March 13, 19:02
From version 84.1
edited by Jip-jan Alunkel
on January 26, 21:25
on January 26, 21:25
Change comment:
Updated class property
To version 81.2
edited by Jip-jan Alunkel
on January 26, 21:23
on January 26, 21:23
Change comment:
Updated class property
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,7 +9,7 @@ 9 9 10 10 #set($chain = "") 11 11 #foreach($space in $docrefArray) 12 - #if($foreach.count == 1)12 + #if($foreach.count == 0) 13 13 #set($comma = "") 14 14 #else 15 15 #set($comma = ", ") ... ... @@ -16,7 +16,6 @@ 16 16 #end 17 17 #set($chain = "${chain}${comma}'${space}'") 18 18 #end 19 -#set($chain = "[${chain}]") 20 20 $chain 21 21 22 22