@@ -458,7 +458,7 @@ discard block |
||
458 | 458 | $panel_count ++; |
459 | 459 | |
460 | 460 | } |
461 | - }else { |
|
461 | + } else { |
|
462 | 462 | ?> |
463 | 463 | el(wp.components.PanelBody, { |
464 | 464 | title: '<?php esc_attr_e( "Settings" ); ?>', |
@@ -485,7 +485,7 @@ discard block |
||
485 | 485 | // If the user sets block-output array then build it |
486 | 486 | if ( ! empty( $this->sd->options['block-output'] ) ) { |
487 | 487 | $this->block_element( $this->sd->options['block-output'] ); |
488 | - }else{ |
|
488 | + } else{ |
|
489 | 489 | // if no block-output is set then we try and get the shortcode html output via ajax. |
490 | 490 | ?> |
491 | 491 | el('div', { |
@@ -582,7 +582,7 @@ discard block |
||
582 | 582 | ?> |
583 | 583 | return content; |
584 | 584 | <?php |
585 | - }else{ |
|
585 | + } else{ |
|
586 | 586 | ?> |
587 | 587 | var block_wrap = 'div'; |
588 | 588 | if (attr.hasOwnProperty("block_wrap")) { |