diff options
| author | user@node5.net <user@node5.net> | 2025-08-18 19:16:33 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2025-08-18 19:18:51 +0200 |
| commit | a7e9bbaf99afbeee571b67fd4c3548587df96e8d (patch) | |
| tree | 93d62c86ffe698fad206ee21810ec11d7923bcae | |
| parent | 991fc8a4c093b9d2925052ecc6b307de532c431b (diff) | |
Fix 2 works not displaying, URL encode symbols
| -rw-r--r-- | static/js/data.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/data.json b/static/js/data.json index 8a3453e..bafd35f 100644 --- a/static/js/data.json +++ b/static/js/data.json @@ -3,7 +3,7 @@ "lat": 55.669377, "lng": 12.610349, "authors": [], - "image": "static/images/#FiND FARHAD.webp" + "image": "static/images/%23FiND FARHAD.webp" }, "ABOVe SOCiAL ACCEPTED NORMALiTiES": { "lat": 55.692549, @@ -1098,7 +1098,7 @@ "lat": 55.642494, "lng": 12.50319, "authors": [], - "image": "static/images/SM\u00c5BORGERLiGHEDEN?.webp" + "image": "static/images/SM\u00c5BORGERLiGHEDEN%3F.webp" }, "SM\u00c5FACiSTiSK LEDELSE": { "lat": 55.685128, |
