Modifications pour le document Confluence bridge for Details Summary (Page properties report)
Modifié par Admin le 21/07/2025 - 09:06
Résumé
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- XWiki.WikiMacroClass[0]
-
- Code de la macro
-
... ... @@ -30,7 +30,7 @@ 30 30 #if ($foreach.first) 31 31 |=$title## 32 32 #foreach ($cell in $row) 33 - |=$cell## 33 + |=$services.rendering.escape($cell, $xwiki.currentContentSyntaxId)## 34 34 #end## 35 35 #if ($showLastModified)|=$services.localization.render('rendering.macro.detailssummary.lastModified')#end## 36 36 #if ($showCreator)|=$services.localization.render('rendering.macro.detailssummary.creator')#end## ... ... @@ -41,7 +41,7 @@ 41 41 #set ($d = $xwiki.getDocument($row.get(0))) 42 42 #end## 43 43 #foreach ($cell in $row) 44 - | (((#if ($foreach.first)[[$cell]]#{else}$cell#end))##44 + |#if ($foreach.first)[[$cell]]#{else}$services.rendering.escape($cell, $xwiki.currentContentSyntaxId)#end## 45 45 #end## 46 46 #if ($showLastModified)|$xwiki.formatDate($d.getDate())#end## 47 47 #if ($showCreator)|#if ($d.getCreator() == "XWiki.superadmin")superadmin#else[[$d.getCreator()]]#end#end##