60289f7d3a6cb349a7608d07dbcf2a092c3cd27f chmalee Wed Jan 14 11:35:54 2026 -0800 Fix span to be a closing tag, pointed out by code review, refs #36813 diff --git src/hg/hgGateway/hgGateway.html src/hg/hgGateway/hgGateway.html index 9e2b5e03dc5..ac22d588f5a 100644 --- src/hg/hgGateway/hgGateway.html +++ src/hg/hgGateway/hgGateway.html @@ -211,31 +211,31 @@ </div> <div id="findPositionContents" class="jwSectionContents" style="display: none;"> <!-- To avoid empty containers jumping around, hide first. --> <div id="findPosInputContainer" style="display: inline-block;"> <div id="selectAssemblyLabel" class="jwInputLabel">Assembly</div> <select id="selectAssembly"> </select> <div class="vertSpacerAbovePosition"></div> <div class="jwInputLabel"> Position/Search Term <span style="font-size: smaller"> (<a href="../../goldenPath/help/query.html">Examples</a>) - <span> + </span> </div> <input id="positionInput" value="" size="40"> <div class="jwCurrentPos"> Current position: <span id="positionDisplay" class="jwPosDisplay"></span> <i id="copyPosition" class="fa fa-copy jwTextBlue" title="Copy the current position into the input above"></i> </div> </div> <div class="jwGoButtonContainer" title="Go to the Genome Browser"> <div class="jwGoButton"> GO </div>