Added html hints to enable syntax highliting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user