Changes for page Featured
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 12.1
edited by Tobias Wintrich
on 2021/10/05 09:01
on 2021/10/05 09:01
Change comment:
There is no comment for this version
To version 13.1
edited by Tobias Wintrich
on 2021/10/05 09:01
on 2021/10/05 09:01
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -9,7 +9,7 @@ 9 9 #end 10 10 #foreach ($result in $results) 11 11 #set($doc= $xwiki.getDocument($result)) 12 -<a href="$doc.getURL()">$escapetool.xml($doc.plainTitle)</a> 12 +<a href="$doc.getURL()">$escapetool.xml($doc.plainTitle)</a><br/> 13 13 #end 14 14 #if($wikimacro.parameters.bold == 'true') 15 15 </div>