This commit is contained in:
Cay 2026-03-15 11:45:20 +00:00
parent 7eef2ae11d
commit 09d3aa5db4

View File

@ -86,7 +86,7 @@ async function loadPages() {
let html = ""; let html = "";
html += ` html += `
<h2 class="market-title">Erweitere deine Taschenplätze</h2> <h4 class="market-title">Erweitere deine Taschenplätze</h2><br>
`; `;
for (let i = 1; i <= data.maxPages; i++) { for (let i = 1; i <= data.maxPages; i++) {