Changes for page Featured

Last modified by Tobias Wintrich on 2025/06/04 09:20

From version 11.1
edited by Tobias Wintrich
on 2021/10/05 09:01
Change comment: There is no comment for this version
To version 12.1
edited by Tobias Wintrich
on 2021/10/05 09:01
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -5,7 +5,7 @@
5 5  #set ($results= $xwiki.searchDocuments($sql))
6 6  {{html}}
7 7  #if($wikimacro.parameters.bold == 'true')
8 -<div style='font-weight=bold;'>
8 +<div style='font-weight: bold;'>
9 9  #end
10 10  #foreach ($result in $results)
11 11  #set($doc= $xwiki.getDocument($result))