Changes for page ExternalApps
Last modified by bougault on 2019/09/12 12:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,5 @@ 1 1 {{velocity}} 2 -{{html}} 2 +{{html clean="false"}} 3 3 ## space: $spaceDoc <br /> 4 4 ## children: $spaceDoc.getChildren() 5 5 ... ... @@ -7,7 +7,7 @@ 7 7 #set($applications = $services.query.xwql($query).addFilter('hidden').execute()) 8 8 9 9 <style> 10 -.applications >div {10 +.applications div { 11 11 border: 1px solid var(--color-support-light); 12 12 } 13 13 </style>