Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chrome console errors about bad label elements #532

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions NGCHM/WebContent/chm.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div id="detail_buttons" class="divTable hide" data-show-on-load>
<div class="divRow">
<div id="MapRow">
<label for="mapName">Map name:</label>
<span>Map name:</span>
<div class="divLeft" id="mapName"
data-title='Map Name'
data-intro="The map's name. Hover over the name to see the map's caption (if provided)."
Expand All @@ -50,7 +50,7 @@
</div>
<div class="divRow">
<div id="SelectionsRow">
<label>Search:</label>
<span>Search:</span>
<select name="search_on" id="search_on" class='srchSelect'
data-title='Search Target'
data-intro='Select whether to search on map labels or a specific covariate.'
Expand Down Expand Up @@ -274,7 +274,7 @@ <h3 style="margin-bottom:0px;">Font &amp; Paper Options:</h3>
<option value="A3">Ledger/Tabloid (11 x 17 inches)</option>
<option value="A4">A4 International (210 x 297 mm)</option>
</select>
<label>Orientation:</label>
<span>Orientation:</span>
<div>
<input id="pdfInputPortrait" type="radio" name="orientation" value="portrait"> Portrait
<input id="pdfInputLandscape" type="radio" name="orientation" value="Landscape" checked> Landscape
Expand Down Expand Up @@ -367,7 +367,7 @@ <h3 style="margin-bottom:0px;">Font &amp; Paper Options:</h3>
<!-- WIDGET INCLUDE -->
<div class="msgBoxTxt"></div>
<div class="msgBoxProgressDiv" style="display: none;">
<label>Progress:</label>
<span>Progress:</span>
<progress class="msgBoxProgressBar"></progress>
</div>
</div>
Expand Down