0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-01 01:54:24 +01:00
This commit is contained in:
XhmikosR 2020-12-02 21:07:33 +02:00
parent a564685fa3
commit 6551bff1fb

View File

@ -59,7 +59,7 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap.
)
if (sponsorAccount.website) {
output.push('<a href="' + sponsorAccount.website + '" class="stretched-link text-reset" target="_blank" rel="nofollow noopener noreferrer">' + sponsorAccount.name + '</a>')
output.push('<a href="' + sponsorAccount.website + '" class="stretched-link text-reset" title="' + sponsorAccount.name + '"target="_blank" rel="nofollow noopener noreferrer">' + sponsorAccount.name + '</a>')
} else {
output.push(sponsorAccount.name)
}