Add attribute title to external links
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<?= $link['type'] ?>
|
<?= $link['type'] ?>
|
||||||
</td>
|
</td>
|
||||||
<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>
|
||||||
<td>
|
<td>
|
||||||
<?= $this->text->e($link['dependency_label']) ?>
|
<?= $this->text->e($link['dependency_label']) ?>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<?= $this->text->e($link['type']) ?>
|
<?= $this->text->e($link['type']) ?>
|
||||||
</td>
|
</td>
|
||||||
<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>
|
||||||
<td>
|
<td>
|
||||||
<?= $this->text->e($link['dependency_label']) ?>
|
<?= $this->text->e($link['dependency_label']) ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user