diff --git a/backend/static/js/app.js b/backend/static/js/app.js
index 5033d89..9063678 100644
--- a/backend/static/js/app.js
+++ b/backend/static/js/app.js
@@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
-const APP_VER = '129'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
+const APP_VER = '130'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {
diff --git a/backend/static/js/pages/events.js b/backend/static/js/pages/events.js
index 333ab72..1ba328f 100644
--- a/backend/static/js/pages/events.js
+++ b/backend/static/js/pages/events.js
@@ -193,17 +193,17 @@ window.Page_events = (() => {
- ${UI.escHtml(ev.titel)}
+ ${UI.escape(ev.titel)}
${isVdh ? `VDH` : ''}
${typ.icon} ${typ.label}
${ev.uhrzeit ? `· ${_icon('clock')} ${ev.uhrzeit} Uhr` : ''}
- ${ev.ort_name ? `· ${_icon('map-pin')} ${UI.escHtml(ev.ort_name)}` : ''}
+ ${ev.ort_name ? `· ${_icon('map-pin')} ${UI.escape(ev.ort_name)}` : ''}
${ev.rsvp_count ? `
${_icon('users')} ${ev.rsvp_count} nehmen teil` : ''}
${ev.link ? `
` : ''}
@@ -249,10 +249,10 @@ window.Page_events = (() => {
});
const popup = `
-
${UI.escHtml(ev.titel)}
+
${UI.escape(ev.titel)}
${datum}
- ${ev.ort_name ? `
📍 ${UI.escHtml(ev.ort_name)}` : ''}
- ${ev.beschreibung ? `
${UI.escHtml(ev.beschreibung.slice(0, 80))}${ev.beschreibung.length > 80 ? '…' : ''}` : ''}
+ ${ev.ort_name ? `
📍 ${UI.escape(ev.ort_name)}` : ''}
+ ${ev.beschreibung ? `
${UI.escape(ev.beschreibung.slice(0, 80))}${ev.beschreibung.length > 80 ? '…' : ''}` : ''}
Details
@@ -370,14 +370,14 @@ window.Page_events = (() => {
${isVdh ? `
VDH` : ''}
${_icon('calendar-dots')} ${datum}${ev.uhrzeit ? ' · ' + ev.uhrzeit + ' Uhr' : ''}
- ${ev.ort_name ? `
- ${_icon('user')} Veranstalter: ${UI.escHtml(ev.veranstalter_name || '–')}
+ ${_icon('user')} Veranstalter: ${UI.escape(ev.veranstalter_name || '–')}
${rsvpBar}