@@ -71,7 +71,9 @@ |
||
| 71 | 71 | $styles = array_filter($this->stylesheets, array( $this, 'filter_print' ) ); |
| 72 | 72 | |
| 73 | 73 | // Bail if there are no styles to be printed |
| 74 | - if( count( $styles ) === 0 ) return; |
|
| 74 | + if( count( $styles ) === 0 ) { |
|
| 75 | + return; |
|
| 76 | + } |
|
| 75 | 77 | |
| 76 | 78 | foreach( $styles as $style ) |
| 77 | 79 | { |