57bbece80601cd19b99c32f2126aba136d3fc83c gperez2 Tue Oct 28 16:16:06 2025 -0700 Code review suggestion from Jairo, refs #36601 diff --git src/hg/hgConvert/hgConvert.c src/hg/hgConvert/hgConvert.c index 767029449b4..325de74de1d 100644 --- src/hg/hgConvert/hgConvert.c +++ src/hg/hgConvert/hgConvert.c @@ -81,31 +81,31 @@ puts("<FORM ACTION=\"../cgi-bin/hgConvert\" NAME=\"mainForm\">\n"); cartSaveSession(cart); /* create HTML table for layout purposes */ puts("\n<TABLE WIDTH=\"100%%\">\n"); /* top row -- labels */ cgiSimpleTableRowStart(); cgiTableField("Old genome: "); cgiTableField("Old assembly: "); cgiTableField("New genome: "); cgiTableField("New assembly: "); if (askAboutQuickLift) cgiTableField("<a href='https://docs.google.com/document/d/1wecESHUpgTlE6U_Mj0OnfHeSZBrTX9hkZRN5jlJS8ZQ/edit?usp=sharing' \ target='ucscHelp' title='QuickLift is in beta testing, which means it is not polished and will contain bugs. \ - Contact us at genome-www@soe.ucsc.edu if you would like to report a bug.'\ + Contact us at genome-www@soe.ucsc.edu to report a bug.'\ style='color:#8A2BE2;font-weight:bold;text-transform:uppercase;font-size:smaller;padding:2px \ 4px;background:lavender;border-radius:3px;text-decoration:none;margin-right:6px;'>beta</a>QuickLift tracks: "); cgiTableField(" "); cgiTableRowEnd(); /* Next row -- data and controls */ cgiSimpleTableRowStart(); /* From organism and assembly. */ cgiTableField(fromDb->organism); cgiTableField(fromDb->description); /* Destination organism. */ cgiSimpleTableFieldStart(); dbList = hGetLiftOverToDatabases(liftOver->fromDb);