0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-03 23:22:39 +02:00
silverwind 5edaf14f38 Escape control chars in RenderCodeByLexer for diff/blame views
Move escapeControlChars from per-line in RenderFullFile to
RenderCodeByLexer so control characters are always visible in both
file view and diff/blame views via broken-code-point class.

Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
2026-04-03 10:25:16 +02:00
..