merged duplicated rel attributes on credit link element

This commit is contained in:
Nicolas Cabot 2018-11-14 18:32:22 +01:00
parent 1370306327
commit 8d435953ba
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ var tarteaucitron = {
html += ' </ul>';
html += ' <div class="tarteaucitronHidden" id="tarteaucitronScrollbarChild" style="height:20px;display:block"></div>';
if (tarteaucitron.parameters.removeCredit === false) {
html += ' <a class="tarteaucitronSelfLink" href="https://opt-out.ferank.eu/" rel="nofollow" target="_blank" rel="noopener" title="tarteaucitron ' + tarteaucitron.lang.newWindow + '">🍋 ' + tarteaucitron.lang.credit + '</a>';
html += ' <a class="tarteaucitronSelfLink" href="https://opt-out.ferank.eu/" rel="nofollow noopener" target="_blank" title="tarteaucitron ' + tarteaucitron.lang.newWindow + '">🍋 ' + tarteaucitron.lang.credit + '</a>';
}
html += ' </div>';
html += ' </div>';