Add attribute title to external links

This commit is contained in:
Frederic Guillot 2017-10-16 13:46:18 -07:00
parent 47d9c0f127
commit a254b80045
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<?= $link['type'] ?>
</td>
<td>
<a href="<?= $link['url'] ?>" target="_blank"><?= $this->text->e($link['title']) ?></a>
<a href="<?= $link['url'] ?>" title="<?= $this->text->e($link['url']) ?>" target="_blank"><?= $this->text->e($link['title']) ?></a>
</td>
<td>
<?= $this->text->e($link['dependency_label']) ?>

View File

@ -26,7 +26,7 @@
<?= $this->text->e($link['type']) ?>
</td>
<td>
<a href="<?= $link['url'] ?>" target="_blank"><?= $this->text->e($link['title']) ?></a>
<a href="<?= $link['url'] ?>" title="<?= $this->text->e($link['url']) ?>" target="_blank"><?= $this->text->e($link['title']) ?></a>
</td>
<td>
<?= $this->text->e($link['dependency_label']) ?>