Avoid stored XSS in task external link
This commit is contained in:
committed by
Frédéric Guillot
parent
c20be8f5fa
commit
05f1d23d82
@@ -29,7 +29,7 @@
|
||||
<?= $this->text->e($link['type']) ?>
|
||||
</td>
|
||||
<td>
|
||||
<a href="<?= $link['url'] ?>" title="<?= $this->text->e($link['url']) ?>" target="_blank"><?= $this->text->e($link['title']) ?><span class="ui-helper-hidden-accessible"> (<?= $this->text->e($link['url']) ?>)</span></a>
|
||||
<a href="<?= $this->text->e($link['url']) ?>" title="<?= $this->text->e($link['url']) ?>" target="_blank"><?= $this->text->e($link['title']) ?><span class="ui-helper-hidden-accessible"> (<?= $this->text->e($link['url']) ?>)</span></a>
|
||||
</td>
|
||||
<td>
|
||||
<?= $this->text->e($link['dependency_label']) ?>
|
||||
|
||||
Reference in New Issue
Block a user