Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 9.21
edited by Tobias Wintrich
on 2021/09/27 21:21
on 2021/09/27 21:21
Change comment:
There is no comment for this version
To version 9.20
edited by Tobias Wintrich
on 2021/09/27 21:21
on 2021/09/27 21:21
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -2,7 +2,6 @@ 2 2 {{velocity}} 3 3 {{html wiki=true}} 4 4 #set($query="where doc.fullName='Handbücher.10\.00.Admin Guide 10\.00.WebHome'") 5 -<ul> 6 6 #set($results = false) 7 7 #set($results = $xwiki.searchDocuments($query, 10, 0)) 8 8 #foreach($docname in $results) ... ... @@ -55,7 +55,6 @@ 55 55 #end 56 56 </ul> 57 57 #end 58 -</ul> 59 59 60 60 {{/html}} 61 61 {{/velocity}}