diff options
author | dweller <dweller@cabin.digital> | 2024-02-26 15:03:08 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-26 15:03:08 +0200 |
commit | 928f6c4c70ac85b34216fb30bb5adf873e316080 (patch) | |
tree | 0f3fb7dede447ddb607dbf0f11a77f9332db02c3 /search.php | |
parent | 36d138c406e0e8974da979f9af2414b1f99b3131 (diff) |
further CSS fixing (and some DOM)
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ echo "<nav id='lmmtfy'><div><div>"; echo " <label for='lmmtfy_url'>LmmtFy URL</label></div>"; echo " <textarea id='lmmtfy_url' wrap='off' rows='1' readonly>".$url."</textarea>"; - echo " <button id='lmmtfy_copy' class='jsonly'>Copy</button></div><nav>"; + echo " <button id='lmmtfy_copy' class='jsonly'>Copy</button></div></nav>"; echo "<article class='manpage'>". implode(PHP_EOL, $lines2) ."</article>"; echo "<script src='/js/copy.js'></script>"; |