diff --git a/index.php b/index.php index 9a2cb8a..60afc73 100644 --- a/index.php +++ b/index.php @@ -263,8 +263,8 @@ } else { innot = document.createElement("p"); innot.classList.add("innot"); - innot_text = document.createTextNode(element); - innot.appendChild(innot_text); + innot_text = element; + innot.innerHTML = innot_text; notic.appendChild(innot); } });