2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00
This commit is contained in:
XhmikosR
2020-12-02 21:07:33 +02:00
parent a564685fa3
commit 6551bff1fb
+1 -1
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)
}