Completed
Push — develop ( 33751a...1be717 )
by
unknown
16:36
created
includes/admin/class-gravityview-admin-view-item.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
196 196
 
197 197
 		$parent_label = '';
198 198
 
199
-        if ( ! empty( $this->item['parent'] ) ) {
199
+		if ( ! empty( $this->item['parent'] ) ) {
200 200
 			$parent_label = ' <small>(' . esc_attr( $this->item['parent']['label'] ) . ')</small>';
201 201
 		}
202 202
 
Please login to merge, or discard this patch.