50879a38007a5d65c7212f08a4050b36addee76a
jcasper
  Mon Apr 15 16:04:43 2019 -0700
Cleaning up a few HTML tags while trying to track down bug, refs #23323

diff --git src/hg/htdocs/inc/hgCollection.html src/hg/htdocs/inc/hgCollection.html
index 3fd7461..bf5212d 100644
--- src/hg/htdocs/inc/hgCollection.html
+++ src/hg/htdocs/inc/hgCollection.html
@@ -95,56 +95,55 @@
             <i class='gbIconGo fa fa-play fa-2x'></i> 
         </div>
     </div>
 </div>
 
 <div class='row'>
     <div class='col-md-6'>
         <div class='row gbSectionBanner'>
             <div class='col-md-12'>Available Tracks</div>
         </div>
         <p> Below are all available graphing tracks that can be added to any collection. Click the 
         arrow to the left of each folder below to show/hide tracks. Click the green "plus" 
         <i class="jstree-icon jstree-themeicon fa fa-plus jstree-themeicon-custom"></i> symbol to 
         add a track to any <i>selected</i> collection in the right window. See "Getting Started" 
         below for tips. </p>
-        <p>
-        <div id='tracks' style='overflow:auto'></p>
+        <div id='tracks' style='overflow:auto'>
         </div>
     </div>
 
     <div class='col-md-6'>
         <div class='row gbSectionBanner'>
             <div class='col-md-3'>Collected Tracks</div>
             <div class='col-md-3' style='float:right' title='New Collection'>
                 <div 
                     style='font-size:13px' id='newCollection' class='gbButton'
                     title='Create a new collection' >
                     Add Collection
                 </div>
             </div>
         </div>
         <p>To make a new collection of tracks, click the 'Add Collection' button above. Once 
         saved, double-click the new collection to edit the name, description, and graph color. 
         To remove a track from a collection, click the red "minus" 
         <i class="jstree-icon jstree-themeicon fa fa-minus-square jstree-themeicon-custom"></i> 
         symbol to the left of each track. Click <strong>"GO"</strong> (upper right) to see 
         collections in the browser. </p>
         <p>
         <strong>Note: You must <a href="../goldenPath/help/hgSessionHelp.html" target="_blank">
         save your session</a> to preserve collections long-term.
-            </br></strong></p>
+        </strong></p>
         <div id='currentCollection' style='overflow:auto' ><div id='root'></div></div>
     </div>
 </div>
 
 <ul class='collectionList-menu' style='display:none'>
     <li data-action="delete">Delete</li>
 </ul>
 
 <div class='modal' style="display:block" id='workScreen'>
     <table style='width:100%; height: 100%'>
         <tr>
             <td style="text-align:center;">
                 <i class="fa fa-spinner fa-spin" style="font-size:48px"></i>
             </td>
         </tr>
@@ -174,15 +173,16 @@
         <div>
             <br> <p><span class='gbInputLabel'> Color:</span> <input type='text' id='customColorInput' value='0xffffff'>&nbsp;&nbsp;
             <input id='customColorPicker'>           
         </div>
 
     </div>
 
     <div>
         <input class='gbButton'  id="doNewCollection" type="submit" value="Save"   >
     </div>
 </div>
 
 <label style='display:none' id='emptyCollectionText'>Empty Collection. Add tracks from &quot;Available Tracks&quot; (left pane).</label>
 <label style='display:none' id='addWithoutCollectionText'>You have no collections. Press 'Add Collection' button in 'Collected Tracks' pane</label>
 
+</div> <!-- gbPage -->