The branch, master has been updated via 03b684e add width/height value for paypal logo from e05ef6a use self-hosted paypal.png image
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 03b684e4f95afd5fc3bd34e89b500888c6764f25 Author: Björn Jacke <b...@sernet.de> Date: Fri Mar 26 12:52:22 2021 +0100 add width/height value for paypal logo ----------------------------------------------------------------------- Summary of changes: donations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Changeset truncated at 500 lines: diff --git a/donations.html b/donations.html index a8c28ba..7cc512d 100755 --- a/donations.html +++ b/donations.html @@ -19,7 +19,7 @@ To use PayPal, click on the 'PayPal Donate' button below.</p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="JJCAM7BX48Z42"> -<input type="image" src="images/paypal.png" border="0" name="submit" alt="Domate via PayPal"> +<input type="image" src="images/paypal.png" border="0" name="submit" width="200" height="72" alt="Donate via PayPal"> </form> <h4>Check</h4> -- Samba Website Repository