@@ -55,8 +55,11 @@  | 
                                                    ||
| 55 | 55 | $this->config( 'client/html/checkout/confirm/summary/address', 'common/summary/address-standard' ),  | 
                                                        
| 56 | 56 | ['addresses' => $addresses, 'type' => 'delivery']  | 
                                                        
| 57 | 57 | ); ?>  | 
                                                        
| 58 | - <?php else : ?>  | 
                                                        |
| 59 | - <?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST ); ?>  | 
                                                        |
| 58 | +				<?php else { | 
                                                        |
| 59 | + : ?>  | 
                                                        |
| 60 | + <?= $enc->html( $this->translate( 'client', 'like billing address' ), $enc::TRUST );  | 
                                                        |
| 61 | +}  | 
                                                        |
| 62 | +?>  | 
                                                        |
| 60 | 63 | <?php endif; ?>  | 
                                                        
| 61 | 64 | </div>  | 
                                                        
| 62 | 65 | </div>  |