ac8d49f37257e983488864f0bb6712a9260e10c1
gperez2
  Fri Apr 24 14:05:10 2026 -0700
Fix incorrect skipFields syntax in trackDbLibrary.shtml to match the comma-separated form used in the example and parsed by hgc.c. refs #36203

diff --git src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml
index 78aa2452b35..e81f168a24d 100644
--- src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml
+++ src/hg/htdocs/goldenPath/help/trackDb/trackDbLibrary.shtml
@@ -944,31 +944,31 @@
     </pre>
 </DIV>
 
 <DIV class="skipEmptyFields"><span class="types bigBed bigPsl bigGenePred bigMethyl bigNarrowPeak bigMaf bigChain"></span>
     <div class="format">
         <code>skipEmptyFields on</code><BR>
     </div>
         
     <P>If this setting is "on", the item details page will not show fields that
     have empty values. This can be useful when you have numerous extra
     fields but only few of them have a value.</P> 
 </DIV>
 
 <DIV class="skipFields"><span class="types bigBed bigPsl bigGenePred bigMethyl bigNarrowPeak bigMaf bigChain"></span>
     <div class="format">
-        <code>skipFields &lt;fieldName1&gt;="&lt;url1&gt;" &lt;fieldName2&gt;="&lt;url2&gt;" ...</code><BR>
+        <code>skipFields &lt;fieldName1&gt;,&lt;fieldName2&gt; ...</code><BR>
     </div>
         
     <P>This setting can be used to suppress extra fields on the item details page.
     It can be useful if you do not want to show fields that are only used for mouseOvers or labels.
     </P>
     <P><B>Example:</B></P>
     <pre>
     skipFields mouseOver,labelField,hiddenField
     </pre>
 </DIV>
 
 <DIV class="sepFields"><span class="types bigBed bigPsl bigGenePred bigMethyl bigNarrowPeak bigMaf bigChain"></span>
     <div class="format">
         <code>sepFields fieldName1,fieldName2 ...</code><BR>
     </div>