Skip to content

Commit 2a56b45

Browse files
committed
Remove the <hr> under search box
1 parent 4ea4638 commit 2a56b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/include/search.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
// document.getElementById("wasm_search").innerHTML = "Your browser does not support WebAssembly. Please use a modern browser.";
7373
}
7474
else {
75-
document.getElementById("wasm_search").innerHTML = '<div id="search"><strong>Search</strong><input type="text" id="demo" onkeyup="doSearch()"><ul id="results"></ul><div><hr>';
75+
document.getElementById("wasm_search").innerHTML = '<div id="search"><strong>Search</strong><input type="text" id="demo" onkeyup="doSearch()"><ul id="results"></ul><div>';
7676
}
7777
</script>

0 commit comments

Comments
 (0)