Einrückfehler behoben

This commit is contained in:
Lena 2026-07-15 16:34:39 +02:00
parent 6f42abfc0d
commit 3520350305

View file

@ -77,7 +77,7 @@ def raum(id):
html = html + "<p>" + r["beschreibung"] + "</p>"
if "spieler" in session:
html = html + '<p><small>Unterwegs als: ' + session["spieler"] + '</small></p>'
html = html + '<p><small>Unterwegs als: ' + session["spieler"] + '</small></p>'
for a in ausgaenge:
html = html + '<a href="/app/raum/' + str(a["nach_raum"]) + '">' \