diff options
Diffstat (limited to 'app/Template/action/index.php')
-rw-r--r-- | app/Template/action/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/index.php b/app/Template/action/index.php index 66cfed77..f3165251 100644 --- a/app/Template/action/index.php +++ b/app/Template/action/index.php @@ -45,7 +45,7 @@ <?php elseif ($this->text->contains($param_name, 'link_id')): ?> <?= $this->text->in($param_value, $links_list) ?> <?php else: ?> - <?= $this->e($param_value) ?> + <?= $this->text->e($param_value) ?> <?php endif ?> </strong> </li> |