Skip to content

Commit

Permalink
Rearrange logic parentheses
Browse files Browse the repository at this point in the history
Corrects lat9#299
  • Loading branch information
drbyte committed Jan 10, 2024
1 parent 8b629b4 commit 04c5441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
// -----
// Now, display the form that actually submits this order.
//
echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation"' . ($confirmation_required) ? ' onsubmit="submitonce();"' : '');
echo zen_draw_form('checkout_confirmation', $form_action_url, 'post', 'id="checkout_confirmation"' . ($confirmation_required ? ' onsubmit="submitonce();"' : ''));
?>
<div id="checkoutOneConfirmationButtons">
<?php
Expand Down

0 comments on commit 04c5441

Please sign in to comment.