diff options
author | dweller <dweller@cabin.digital> | 2024-03-08 19:53:47 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-03-08 19:53:47 +0200 |
commit | d66f88febd3f19afd6b0ed0bee347e8f7db3e086 (patch) | |
tree | 0a931a777591fa6d4edaaeccefa27e4d2d75d090 /js | |
parent | 12da9560c792ae5f3beb31dfdf5f41d70d03e4ab (diff) |
fix formatting and parsing when using self-compiled mandoc that produced different HTML output
Diffstat (limited to '')
-rw-r--r-- | js/lmmtfy.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |