035323fe4a88aea8872eb11de17a3800321cf8e7 galt Wed Jan 18 19:59:51 2023 -0800 code cleanup based on htmlCheck output. refs #7914 diff --git src/hg/htdocs/goldenPath/help/customTrackLoad.html src/hg/htdocs/goldenPath/help/customTrackLoad.html index 5405efb..9e3b49d 100644 --- src/hg/htdocs/goldenPath/help/customTrackLoad.html +++ src/hg/htdocs/goldenPath/help/customTrackLoad.html @@ -9,25 +9,25 @@
If a login and password is required to access data loaded through a URL, this information can be included in the URL using the format protocol://user:password@server.com/somepath. Only basic authentication is supported for HTTP. Note that passwords included in URLs are not protected. If a password contains a non-alphanumeric character, such as $, the character must be replaced by the hexidecimal representation for that character. For example, in the password mypwd$wk, the $ character should be replaced by %24, resulting in the modified password mypwd%24wk.