[web-php] master: Open the Foundation website in a new tab on the home page (#1266)
Author: Marcos Marcolin (marcosmarcolin)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-05-05T23:23:26+03:00
Commit: https://github.com/php/web-php/commit/b8b5fec88e4e3183e26b4ca13f4f4eb57d0fd62e
Raw diff: https://github.com/php/web-php/commit/b8b5fec88e4e3183e26b4ca13f4f4eb57d0fd62e.diff
Open the Foundation website in a new tab on the home page (#1266)
Changed paths:
M index.php
Diff:
diff --git a/index.php b/index.php
index f73a185af6..42c293ae5b 100644
--- a/index.php
+++ b/index.php
@@ -181,7 +181,7 @@
<a href='https://thephp.foundation/'
class='headline'>The PHP Foundation</a>
<div class='body'>
<p>The PHP Foundation is a collective of people and organizations, united in the
mission to ensure the long-term prosperity of the PHP language.
- <p><a href='https://thephp.foundation/donate/'
class='btn btn-primary'>Donate</a></p>
+ <p><a href='https://thephp.foundation/donate/'
target="_blank" rel="noopener noreferrer" class='btn
btn-primary'>Donate</a></p>
</div>
</div>
$announcements
Thread (1 message)
- Marcos Marcolin via GitHub