Skip to content

Commit 330ab61

Browse files
PB-370: Introduce upgrade mechanism for Page Builder content
- add
1 parent 4d7c025 commit 330ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/Setup/Converters/FixFullWidthRowPadding.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ public function convert($value)
5353
$innerDiv = $row->querySelector(".row-full-width-inner");
5454
$innerDiv->addStyle("padding", $padding);
5555
}
56-
return $fullWidthRows->count() > 0 ? $document->stripHtmlWrapperTags(): $value;
56+
return $fullWidthRows->count() > 0 ? $document->stripHtmlWrapperTags() : $value;
5757
}
5858
}

0 commit comments

Comments
 (0)