use <?= for gettext

This commit is contained in:
HB9HIL
2024-11-21 11:56:26 +01:00
parent e3cbf6f3c9
commit ef3e642e8e
4 changed files with 16 additions and 16 deletions

View File

@@ -39,7 +39,7 @@
<?php } ?>
<tr>
<td><?= __("Language"); ?></td>
<td><?php echo __(ucfirst($this->config->item('language'))) . "\n"; ?></td>
<td><?= __(ucfirst($this->config->item('language'))) . "\n"; ?></td>
</tr>
<tr>
<td><?= __("Base URL"); ?></td>