diff options
Diffstat (limited to 'app/Template/task_external_link')
-rw-r--r-- | app/Template/task_external_link/show.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Template/task_external_link/show.php b/app/Template/task_external_link/show.php index 12d8e4f6..7dce107e 100644 --- a/app/Template/task_external_link/show.php +++ b/app/Template/task_external_link/show.php @@ -22,13 +22,13 @@ <?= $link['type'] ?> </td> <td> - <a href="<?= $link['url'] ?>" target="_blank"><?= $this->e($link['title']) ?></a> + <a href="<?= $link['url'] ?>" target="_blank"><?= $this->text->e($link['title']) ?></a> </td> <td> - <?= $this->e($link['dependency_label']) ?> + <?= $this->text->e($link['dependency_label']) ?> </td> <td> - <?= $this->e($link['creator_name'] ?: $link['creator_username']) ?> + <?= $this->text->e($link['creator_name'] ?: $link['creator_username']) ?> </td> <td> <?= $this->dt->date($link['date_creation']) ?> |