File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ public static function getGhostContentletAttributes(ContainerRef $containerRef):
153153 */
154154 public static function generateEmptyContainerPlaceholder (string $ message = 'This container is empty. ' ): string
155155 {
156- return '<div class="empty-container-placeholder"> ' .
157- htmlspecialchars ($ message , ENT_QUOTES , 'UTF-8 ' ) .
156+ return '<div class="empty-container-placeholder"> ' .
157+ htmlspecialchars ($ message , ENT_QUOTES , 'UTF-8 ' ) .
158158 '</div> ' ;
159159 }
160160
@@ -186,7 +186,7 @@ public static function renderContainer(
186186 ): string {
187187 $ containerAttrs = self ::getContainerAttributes ($ containerRef );
188188 $ containerAttrsHtml = self ::htmlAttributes ($ containerAttrs );
189- $ hasContentlets = !empty ($ contentlets );
189+ $ hasContentlets = ! empty ($ contentlets );
190190 $ isEditMode = self ::isEditMode ($ mode );
191191
192192 $ html = "<div {$ containerAttrsHtml }> " ;
You can’t perform that action at this time.
0 commit comments