]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add name
authorXhmikosR <xhmikosr@gmail.com>
Wed, 2 Dec 2020 19:07:33 +0000 (21:07 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 2 Dec 2020 19:07:33 +0000 (21:07 +0200)
site/content/docs/5.0/thanks.md

index 7faf4ed87ceefb3890b8c65877f01e817f5f1799..ccc7936cceca89e135fd43b6874023427d3ff602 100644 (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)
         }