mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
More rel="noopener" and og: changes.
This commit is contained in:
@@ -331,7 +331,7 @@ class e_tohtml_linkwords
|
||||
if ($doSamePage || ($newLink != e_SELF.'?'.e_QUERY))
|
||||
{
|
||||
$linkwd = " href=\"".$newLink."\" ";
|
||||
if ($this->ext_list[$first]) { $linkrel[] = 'external'; } // Determine external links
|
||||
if ($this->ext_list[$first]) { $linkrel[] = 'noopener external'; } // Determine external links
|
||||
$lwClass[] = 'lw-link '.$this->customClass;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user