diff --git a/assets/template.html b/assets/template.html index ebdbc04..1dd6bcf 100644 --- a/assets/template.html +++ b/assets/template.html @@ -222,7 +222,7 @@ tag.forEach(tag => { const each_tag = document.createElement("span"); each_tag.classList.add("tag"); - each_tag.innerHTML = " # " + tag + ""; + each_tag.innerHTML = " # " + tag + ""; document.querySelector(".tag-placeholder").appendChild(each_tag); }); @@ -233,4 +233,4 @@ - \ No newline at end of file +