Skip to content

Commit e909490

Browse files
committed
fixed indendation.
1 parent b40450f commit e909490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

classes/Visualizer/Render/Library.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
// +----------------------------------------------------------------------+
1919
// | Author: Eugene Manuilov <[email protected]> |
2020
// +----------------------------------------------------------------------+
21-
2221
/**
2322
* Renders visualizer library page.
2423
*
@@ -90,7 +89,7 @@ private function _renderLibrary() {
9089
$link = '<a class=" " href="' . esc_url( add_query_arg( array(
9190
'type' => $type,
9291
'vpage' => false,
93-
) ) ) . '">';
92+
) ) ) . '">';
9493
if ( ! $array['enabled'] ) {
9594
$link = "<a class=' visualizer-pro-only' href='" . Visualizer_Plugin::PRO_TEASER_URL . "' target='_blank'>";
9695
}

0 commit comments

Comments
 (0)