Closed panigrc closed 5 years ago
The templates will be much more readable if the <?php echo ... ?> tags are replaced with <?= ... ?> tags
<?php echo ... ?>
<?= ... ?>
Done :rocket:
The templates will be much more readable if the
<?php echo ... ?>
tags are replaced with<?= ... ?>
tags