diff --git a/src/index.php b/src/index.php index a1342fa..72eb716 100644 --- a/src/index.php +++ b/src/index.php @@ -347,7 +347,8 @@ elDesc.appendChild(elUrl); elUrl.appendChild(txUrl); elDetails.appendChild(elDesc); - + const elHr = document.createElement("hr"); + elOptions.appendChild(elHr); } document.getElementById("options").style.display = "block"; switch (optionsPath) {