mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
use <?= for gettext
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user