Summary
-
Objects (2 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -11,6 +11,7 @@ 11 11 12 12 .showhidecontent { 13 13 border: 1px solid #ccc; 14 + overflow: hidden; 14 14 margin-bottom: 20px; 15 15 border-top: none; 16 16 border-radius: 0 0 4px 4px;
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -33,9 +33,7 @@ 33 33 34 34 (% class="showhidecontent" #if($id && $id!="")id="showhidecontent${id}" #end#if($xcontext.action != 'edit') style="display: none;"#end %) 35 35 ((( 36 -((( 37 37 {{wikimacrocontent /}} 38 -))) 39 39 ))) 40 40 {{/velocity}} 41 41

