Skip to content
Snippets Groups Projects
Commit bc3d2252 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed typo from nofollow to noopener

parent 914045f3
No related branches found
No related tags found
No related merge requests found
......@@ -1686,7 +1686,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
$link['suf'] = '';
$link['more'] = '';
$link['target'] = $conf['target']['media'];
if($conf['target']['media']) $link['rel'] = 'nofollow';
if($conf['target']['media']) $link['rel'] = 'noopener';
$link['title'] = $this->_xmlEntities($src);
$link['name'] = $this->_media($src, $title, $align, $width, $height, $cache, $render);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment