Describing improvements

This commit is contained in:
hbrain 2026-06-05 09:34:58 +02:00
parent 980a61f367
commit 0a9471c10a
2 changed files with 12 additions and 2 deletions

View file

@ -211,8 +211,8 @@
btnBar.appendChild(cancelBtn);
box.appendChild(h);
if (teaserBox) box.appendChild(teaserBox);
if (quoteBox) box.appendChild(quoteBox);
box.appendChild(pre);
if (quoteBox) box.appendChild(quoteBox);
box.appendChild(btnBar);
overlay.appendChild(box);
document.body.appendChild(overlay);