Skip to content

Commit 5891c2f

Browse files
grunt
1 parent dbd7253 commit 5891c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ class="dashicons dashicons-lock"></span></h2>
220220
// we will auto-open the manual data feature but only when pro is active.
221221
$pro_class = apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' );
222222
?>
223-
<li class="viz-group <?php echo $pro_class; ?> <?php echo empty( $pro_class ) ? 'open' : ''?> ">
223+
<li class="viz-group <?php echo $pro_class; ?> <?php echo empty( $pro_class ) ? 'open' : ''; ?> ">
224224
<h2 class="viz-group-title viz-sub-group visualizer-editor-tab"
225225
data-current="chart"><?php _e( 'Manual Data', 'visualizer' ); ?><span
226226
class="dashicons dashicons-lock"></span></h2>

0 commit comments

Comments
 (0)