c14f12b1a0e0b239f22561f8b9eccdd668e39c94
brianlee
  Wed Feb 17 10:30:23 2021 -0800
Removing extra </a></code> tags found by htmlCheck validate on the bigMaf help page.

diff --git src/hg/htdocs/goldenPath/help/bigMaf.html src/hg/htdocs/goldenPath/help/bigMaf.html
index f4c3bd0..a4610c9 100755
--- src/hg/htdocs/goldenPath/help/bigMaf.html
+++ src/hg/htdocs/goldenPath/help/bigMaf.html
@@ -146,31 +146,31 @@
   Paste the track line into the <a href="../../cgi-bin/hgCustom?db=hg38">custom track management 
   page</a> for the human assembly hg38 (Dec. 2013).</li> 
   <li>
   Click the &quot;submit&quot; button.</li>
 </ol>
 <p>
 Note that additional track line options exist that are specific to the 
 <a href="../../FAQ/FAQformat.html#format5">MAF format</a>. For instance, adding the parameter 
 setting <code>speciesOrder=&quot;panTro4 rheMac3 mm10 rn5 canFam3 monDom5&quot;</code> to the above 
 example will specify the order of sequences by species.</p>
 <p>
 Custom tracks can also be loaded via one URL line. 
 <a href="http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr22_KI270731v1_random&hgct_customText=track%20type=bigMaf%20name=Example%20bigDataUrl=http://genome.ucsc.edu/goldenPath/help/examples/bigMaf.bb%20visibility=pack%20frames=http://genome.ucsc.edu/goldenPath/help/examples/bigMafFrames.bb"
 target="_blank">This link</a> loads the same <em>bigMaf.bb</em> track and sets additional display 
 parameters in the URL:</p>
-<pre><code>http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr22_KI270731v1_random&hgct_customText=track%20type=bigMaf%20name=Example%20bigDataUrl=http://genome.ucsc.edu/goldenPath/help/examples/bigMaf.bb%20visibility=pack</code></a></code></pre>
+<pre><code>http://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&position=chr22_KI270731v1_random&hgct_customText=track%20type=bigMaf%20name=Example%20bigDataUrl=http://genome.ucsc.edu/goldenPath/help/examples/bigMaf.bb%20visibility=pack</code></pre>
 <p>
 After this example bigMaf is loaded in the Genome Browser, click into an alignment on the browser's 
 track display. Note that the details page displays information about the individual alignments, 
 similar to that which is available for a standard MAF track.</p>
 
 <h2>Example #2</h2>
 <p>
 In this example, you will create a bigMaf file from an existing bigMaf input file, 
 <em>bigMaf.txt</em>, located on the UCSC Genome Browser http server.</p>
 <ol>
   <li>
   Save the bed3+1 example file, <a href="examples/bigMaf.txt"><em>bigMaf.txt</em></a>, to your 
   computer (<em>Step 6</em>, above).</li>
   <li>
   Save the autoSql file <a href="examples/bigMaf.as"><em>bigMaf.as</em></a> to your computer