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 @@
skipEmptyFields on

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.

- skipFields <fieldName1>="<url1>" <fieldName2>="<url2>" ...
+ skipFields <fieldName1>,<fieldName2> ...

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.

Example:

     skipFields mouseOver,labelField,hiddenField
     
sepFields fieldName1,fieldName2 ...