fix(content): strip U+200E from the Jerup entry's coordinates
lat/lng carried a leading LEFT-TO-RIGHT MARK (e2 80 8e), pasted in from a system that decorates coordinates for bidi text. It renders invisibly, so the values looked correct while parseFloat saw a non-numeric prefix. This is the exact input cleanCoordinate() now rejects server-side; the scan for further occurrences across pages/ comes back empty, so this was the only affected entry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@ photos:
|
|||||||
path: user/pages/01.trips/denmark-2026/01.dailies/2026-07-18-09-08-the-dunes-of-jerup/IMG_2178.jpg
|
path: user/pages/01.trips/denmark-2026/01.dailies/2026-07-18-09-08-the-dunes-of-jerup/IMG_2178.jpg
|
||||||
title: 'The dunes of Jerup'
|
title: 'The dunes of Jerup'
|
||||||
date: '2026-07-18 09:08'
|
date: '2026-07-18 09:08'
|
||||||
lat: 57.54421
|
lat: 57.54421
|
||||||
lng: 10.43837
|
lng: 10.43837
|
||||||
location_city: Jerup
|
location_city: Jerup
|
||||||
location_country: Denmark
|
location_country: Denmark
|
||||||
weather_desc: Cloudy
|
weather_desc: Cloudy
|
||||||
|
|||||||
Reference in New Issue
Block a user