Prevent the original page from being modified by the opened link

This commit is contained in:
mildis
2020-09-13 12:02:26 +02:00
committed by Frédéric Guillot
parent 591ca2762c
commit 50fdb54618
3 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
<table>
<tr>
<th colspan="3">
<a href="<?= $plugin['homepage'] ?>" target="_blank" rel="noreferrer"><?= $this->text->e($plugin['title']) ?></a>
<a href="<?= $plugin['homepage'] ?>" target="_blank" rel="noopener noreferrer"><?= $this->text->e($plugin['title']) ?></a>
</th>
</tr>
<tr>