summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-02-26 15:03:08 +0200
committerdweller <dweller@cabin.digital>2024-02-26 15:03:08 +0200
commit928f6c4c70ac85b34216fb30bb5adf873e316080 (patch)
tree0f3fb7dede447ddb607dbf0f11a77f9332db02c3 /search.php
parent36d138c406e0e8974da979f9af2414b1f99b3131 (diff)
further CSS fixing (and some DOM)
Diffstat (limited to '')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 95d8254..c0e357f 100644
--- a/search.php
+++ b/search.php
@@ -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>";