fix: potential fix for nofollow repo urls

This commit is contained in:
Andrii V 2025-07-10 13:31:05 +02:00
parent e2d256a7f7
commit d89ebb8d82

View file

@ -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')
});
});