54d189f992b8fd585ade493a3e146f391be03077
hiram
  Wed Jul 31 11:38:24 2019 -0700
ampersands in URLs need to be encoded refs #23734

diff --git src/hg/htdocs/inc/gbFooterHardcoded.html src/hg/htdocs/inc/gbFooterHardcoded.html
index 22a3480..e5b00b2 100755
--- src/hg/htdocs/inc/gbFooterHardcoded.html
+++ src/hg/htdocs/inc/gbFooterHardcoded.html
@@ -1,58 +1,58 @@
 
 <!-- gbFooterHardcoded.html is for the hgdownload machine to provide links back to https:genome.ucsc.edu -->
 
 
 <div class="gbClearBoth"></div>
 <div id="footer" class="gbRow gbFooterContainer">
   <div class="gbFooterColumn">
     <a href="http://www.ucsc.edu">UCSC Home</a>
     <br>
     <a href="http://www.soe.ucsc.edu">BSOE Home</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/">Genomics Institute Home</a>
   </div>
 
   <div class="gbFooterColumn">
     <a href="https://genome.ucsc.edu/license/">Licenses</a>
     <br>
     <a href="https://genome.ucsc.edu/training/">Training</a>
     <br>
     <a href="https://genome.ucsc.edu/cite.html">Cite Us</a>
     <br>
   </div>
 
   <div class="gbFooterColumn">
     <a href="https://genome-store.ucsc.edu/">Store</a>
     <br>
     <a href="https://genome.ucsc.edu/contacts.html">Contact</a>
     <br>
     <a href="https://genome.ucsc.edu/cgi-bin/hgUserSuggestion">Suggestions</a>
     <br>
     <a href="https://ucscgenomics.soe.ucsc.edu/careers/">Jobs</a>
   </div>
 
   <div class="gbFooterColumn">
     <div class="gbFooterIcons">
       <a href="http://www.facebook.com/ucscGenomeBrowser">
         <i class="fa fa-facebook-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="http://www.twitter.com/GenomeBrowser">
         <i class="fa fa-twitter-square fa-2x"></i></a>
       &nbsp;&nbsp;
       <a href="http://genome.ucsc.edu/blog/">
         <i class="fa fa-wordpress fa-2x"></i></a>
       <br>
-      <a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&gid=1001&pgid=780&cid=1749&dids=645">
+      <a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&amp;gid=1001&amp;pgid=780&amp;cid=1749&amp;dids=645">
         <div class="gbAllCapsButton gbDonateButton" id="donateButton">
           Donate
         </div>
       </a>
     </div>
   </div>
 
   <div class="gbFooterCopyright">
     &copy; 2000-2018 The Regents of the University of California. All Rights Reserved.
     <br>
     <a href="https://genome.ucsc.edu/conditions.html">Conditions of Use</a>
   </div>
 </div>