From d66f88febd3f19afd6b0ed0bee347e8f7db3e086 Mon Sep 17 00:00:00 2001 From: dweller Date: Fri, 8 Mar 2024 19:53:47 +0200 Subject: fix formatting and parsing when using self-compiled mandoc that produced different HTML output --- js/lmmtfy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/lmmtfy.js b/js/lmmtfy.js index 0f9951d..ee15a2f 100644 --- a/js/lmmtfy.js +++ b/js/lmmtfy.js @@ -9,7 +9,7 @@ const dom_query = document.getElementById("query"); const dom_sect = document.getElementById("sect"); const dom_arch = document.getElementById("arch"); -const dom_man = document.getElementById("man"); +const dom_man = document.getElementById("btn_man"); const dom_opts = document.getElementById("query_opts_toggle"); const query = dom_query.value; -- cgit v1.2.3