File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -711,9 +711,9 @@ async function main() {
711711 <input id="showhidecolumns" type="checkbox" class="ms-2 me-1" ${
712712 detail ? "checked" : ""
713713 } title="Toggle detail columns" /> <span class="d-none d-md-inline">Show detail columns</span><span class="d-md-none">Details</span>
714- <input id="imagecheckbox" type="checkbox" class="ms-2 me-1" ${
714+ <span class="d-none">< input id="imagecheckbox" type="checkbox" class="ms-2 me-1" ${
715715 useImages ? "checked" : ""
716- } title="Font vs Images" /> <span class="d-none d-md-inline">Use images in examples</span><span class="d-md-none">Images</span>
716+ } title="Font vs Images" /> <span class="d-none d-md-inline">Use images in examples</span><span class="d-md-none">Images</span></span>
717717 <a class="d-none d-lg-block float-end" href="https://github.com/FileFormatInfo/unicodesearch">Source</a>
718718 </span>` ,
719719 } ) ;
You can’t perform that action at this time.
0 commit comments