e2c23d0405
showReplyForm() read userName from data-user attribute (decoded by the browser from HTML entities) and injected it unsanitized into insertAdjacentHTML() — any HTML special chars would be parsed as markup. Fix: wrap with lt.escHtml() before interpolation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>