mirror of
https://github.com/itflow-org/itflow
synced 2026-08-05 15:17:17 +00:00
Use Short echo tags across the code
This commit is contained in:
@@ -96,8 +96,8 @@ ob_start();
|
||||
|
||||
?>
|
||||
<option <?php if ($payment_account_id == $account_id) { echo "selected"; } ?>
|
||||
value="<?php echo $account_id; ?>">
|
||||
<?php echo $account_name; ?> [$<?php echo number_format($account_balance, 2); ?>]
|
||||
value="<?= $account_id ?>">
|
||||
<?= $account_name ?> [$<?= number_format($account_balance, 2) ?>]
|
||||
</option>
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user