Changeset - 2d3b73f33cd0
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 12 years ago 2011-10-28 08:40:32
bkuhn@ebb.org
punctuation fix on donation page (patch from Martin Michlmayr <tbm@hp.com>)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/donate/index.html
Show inline comments
...
 
@@ -9,25 +9,25 @@
 
  public to continue its work.  Please give generously to support
 
  Conservancy's work.</p>
 

	
 
<p>By donating below, you'll directly support the operation of Conservancy
 
  itself.  Conservancy also maintains directed donation programs for
 
  its <a href="/members/">member projects</a>.  Donation links for these
 
  directed donation programs can found on the individual websites
 
  of our <a href="/members/">members</a>.</p>
 

	
 
<h3>Donate via Google Checkout (including Visa, Mastercard, AMEX, or Discover)</h3>
 

	
 
<p>Donating via Google Checkout puts more of your donation to work, since
 
  Google charges no checkout fees to 501(c)(3) organizations like ours!.</p>
 
  Google charges no checkout fees to 501(c)(3) organizations like ours!</p>
 
 
 
<script type="text/javascript"> 
 
function validateAmount(amount){
 
	if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
 
		return true;
 
	}else{
 
		alert('You must enter a valid donation.');
 
		amount.focus();
 
		return false;
 
	}
 
}
 
</script>
0 comments (0 inline, 0 general)