1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: replace remote GIFs with local ones
Author: W. Martin Borgert <debacle@debian.org>
Origin: vendor
Last-Update: 2014-10-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -111,8 +111,8 @@
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="RCVMUNS5LK5K6">
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
- <img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
+ <input type="image" src="btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
+ <img alt="" border="0" src="pixel.gif" width="1" height="1">
</form>
</div>
|