Helper refactoring
This commit is contained in:
@@ -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']) ?>
|
||||
|
||||
Reference in New Issue
Block a user