diff options
Diffstat (limited to 'app/Template/currency/index.php')
-rw-r--r-- | app/Template/currency/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/currency/index.php b/app/Template/currency/index.php index 07b58a8b..f3e20026 100644 --- a/app/Template/currency/index.php +++ b/app/Template/currency/index.php @@ -12,7 +12,7 @@ <?php foreach ($rates as $rate): ?> <tr> <td> - <strong><?= $this->e($rate['currency']) ?></strong> + <strong><?= $this->text->e($rate['currency']) ?></strong> </td> <td> <?= n($rate['rate']) ?> |