@@ -337,8 +337,8 @@ |
||
337 | 337 | ) + $_aAttributes |
338 | 338 | ); |
339 | 339 | return "<p class='submit-confirm-container'><label>" |
340 | - . $_sInput |
|
341 | - . "<span>{$_aConfirm[ 'label' ]}</span>" |
|
340 | + . $_sInput |
|
341 | + . "<span>{$_aConfirm[ 'label' ]}</span>" |
|
342 | 342 | . "</label></p>"; |
343 | 343 | } |
344 | 344 |