diff options
| author | 2016-09-11 11:43:24 +0200 | |
|---|---|---|
| committer | 2016-09-11 11:43:24 +0200 | |
| commit | 63b567b2c306f584652b3ba500a5ea4e74512aa4 (patch) | |
| tree | ee04434c9668d25c98ae7351994e35c568c0d3c3 /app/layout/aside_feed.phtml | |
| parent | ede0c839cbde7a51fadf27f5b754604cbf13836c (diff) | |
| parent | 12d21c4fe8087f8536a1679cad275025a4400d45 (diff) | |
Merge dev
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index e8fdbf842..94c281b7f 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -79,7 +79,7 @@ <?php if (FreshRSS_Auth::hasAccess()) { ?> <li class="item"><a href="<?php echo _url('stats', 'repartition', 'id', '------'); ?>"><?php echo _t('index.menu.stats'); ?></a></li> <?php } ?> - <li class="item"><a target="_blank" href="http://example.net/"><?php echo _t('gen.action.see_website'); ?></a></li> + <li class="item"><a target="_blank" rel="noreferrer" href="http://example.net/"><?php echo _t('gen.action.see_website'); ?></a></li> <?php if (FreshRSS_Auth::hasAccess()) { ?> <li class="separator"></li> <li class="item"><a href="<?php echo _url('subscription', 'index', 'id', '------'); ?>"><?php echo _t('gen.action.manage'); ?></a></li> |
