cc509874e7
Line 1575 used .replace(/</g, '<').replace(/>/g, '>') to set the comment-raw edit textarea content, missing '&' → '&'. Replaced with lt.escHtml() which escapes all five special HTML characters (&, <, >, ", ') consistently with the rest of the codebase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>