fix(ui): restore map script parsing

This commit is contained in:
2026-06-12 14:55:04 +02:00
parent bb1d388af6
commit e2e41a7c45

View File

@@ -1639,7 +1639,7 @@ function htmlPage(): string {
const item = document.createElement("article");
item.className = "photo" + (photo.id === state.activePhotoId ? " active" : "");
const photoTitle = photo.name + "\n" + formatDate(photo.capturedAt);
const photoTitle = photo.name + " - " + formatDate(photo.capturedAt);
item.title = photoTitle;
item.setAttribute("aria-label", photoTitle);
item.innerHTML =