Skip to content

Commit

Permalink
concat
Browse files Browse the repository at this point in the history
  • Loading branch information
Devportobello committed Mar 20, 2018
1 parent 95e21c9 commit 8156ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_menu/tmpl/default_url.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

if ($item->anchor_rel == 'nofollow')
{
$attributes['rel'] = 'nofollow noopener noreferrer';
$attributes['rel'] .= ' nofollow';
}
}
elseif ($item->browserNav == 2)
Expand Down

0 comments on commit 8156ddd

Please sign in to comment.