Changes for page Confluence bridge for Column
Last modified by Frank Fock on 2025/04/04 21:18
From version 2.1
edited by Frank Fock
on 2025/04/04 21:18
on 2025/04/04 21:18
Change comment:
Install extension [com.xwiki.pro:xwiki-pro-macros-confluence-bridges-ui/1.26.14]
To version 1.1
edited by Frank Fock
on 2025/01/26 23:11
on 2025/01/26 23:11
Change comment:
Install extension [com.xwiki.pro:xwiki-pro-macros-confluence-bridges-ui/1.25.5]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -4,10 +4,9 @@ 4 4 #set ($style = '') 5 5 #set ($extraCssClass = 'withWidth') 6 6 #if ("$!xcontext.macro.params.width" != '') 7 - #set ($escapedWidth = $services.rendering.escape($xcontext.macro.params.width, 'xwiki/2.1')) 8 - #set ($style = "style='width: $escapedWidth'") 7 + #set ($style = "style='width: $xcontext.macro.params.width'") 9 9 #end 10 - (% class="macro-column" data-width="$ escapedWidth" $style %)(((9 + (% class="macro-column" data-width="$xcontext.macro.params.width" $style %)((( 11 11 {{wikimacrocontent /}} 12 12 ))) 13 13 #end