diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js index ad3e67c3d9..b642f0724a 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorfooter.directive.js @@ -8,23 +8,27 @@ Use this directive to construct a footer inside the main editor window.

Markup example

-    
+
- +
- - + - - // main content here - + + - - // footer content here - + + // main content here + - + + // footer content here + + + + +