@@ -173,11 +173,13 @@ |
||
| 173 | 173 | * @return string |
| 174 | 174 | */ |
| 175 | 175 | private static function interpret_autowidth_attribute( $autowidth ) { |
| 176 | - if ( $autowidth == 'default' && get_option( 'podlove_psb_defaults' )['autowidth'] !== 'on' ) |
|
| 177 | - return ''; |
|
| 176 | + if ( $autowidth == 'default' && get_option( 'podlove_psb_defaults' )['autowidth'] !== 'on' ) { |
|
| 177 | + return ''; |
|
| 178 | + } |
|
| 178 | 179 | |
| 179 | - if ( $autowidth !== 'default' && $autowidth !== 'on' ) |
|
| 180 | - return ''; |
|
| 180 | + if ( $autowidth !== 'default' && $autowidth !== 'on' ) { |
|
| 181 | + return ''; |
|
| 182 | + } |
|
| 181 | 183 | |
| 182 | 184 | return ' auto'; |
| 183 | 185 | |