fix: potential fix for nofollow repo urls
This commit is contained in:
parent
e2d256a7f7
commit
d89ebb8d82
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ $(document).ready(function(){
|
|||
// set new label
|
||||
$(this).html(ico + ' {0}{1}'.format(escapeHtml(e.added.text), ext));
|
||||
// set new url to button,
|
||||
$(this).attr('href', href)
|
||||
$(this).attr('href', href).attr('rel', 'nofollow')
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue