Changeset 1ee5f65 in Klonkt for src/routes

Timestamp:
06/21/2026 07:13:58 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
b27cde6
Parents:
c1b757d
Message:

fix(i18n): &amp; displayed literally — use plain & in values

Several i18n values contained literal "&amp;" and were rendered via <%= %> (escaped)
-> double-escaped -> "&amp;" on screen (SEO & social, headings in the
Help section, etc.). All &amp; -> & in the values; <%= %> then escapes it to
&amp; itself (displays &), and <%- %>-rendered HTML strings show a plain &.

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.