@@ -39,8 +39,7 @@ |
||
39 | 39 | if( count( $vars ) == 1 ) { |
40 | 40 | $value = htmlspecialchars( print_r( $vars[0], true ), ENT_QUOTES, 'UTF-8' ); |
41 | 41 | printf( '<div class="glsr-debug"><pre>%s</pre></div>', $value ); |
42 | - } |
|
43 | - else { |
|
42 | + } else { |
|
44 | 43 | echo '<div class="glsr-debug-group">'; |
45 | 44 | foreach( $vars as $var ) { |
46 | 45 | glsr_debug( $var ); |