Skip to content

Commit

Permalink
PLUGINS-6808
Browse files Browse the repository at this point in the history
  • Loading branch information
meteor-ec committed Aug 19, 2024
1 parent 4042be6 commit b861eff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function render() {

$code .= self::get_dynamic_html_code( $is_default_render, $classname );

$code .= '<div id="static-ec-store-container" style="margin-top:0;">';
$code .= '<div id="static-ec-store-container">';
$code .= htmlspecialchars_decode( Ecwid_Static_Page::get_html_code() );

$js_code = Ecwid_Static_Page::get_js_code();
Expand Down

0 comments on commit b861eff

Please sign in to comment.