Added html hints to enable syntax highliting

This commit is contained in:
Jannis Heydemann
2026-04-29 11:25:04 +02:00
parent e2b4852e0d
commit 425c5d1900
5 changed files with 14 additions and 13 deletions

View File

@@ -152,7 +152,7 @@ function openAccountDashboard() {
return;
}
accountView.innerHTML = `
accountView.innerHTML = /*html*/`
<div class="account-panel">
<div class="account-panel-header">
<h2>Mein Konto</h2>
@@ -300,7 +300,7 @@ function renderPayments() {
return;
}
target.innerHTML = `
target.innerHTML = /*html*/`
<div class="account-card">
<h3>Zahlungsmethoden</h3>
<p class="account-payments-note">Platzhalter zum Hinterlegen deiner Logos oder Anbieter-Informationen.</p>