From d6abc8d5a589ccc93c60a8ea6a91236057e4bfea Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Tue, 29 Oct 2024 22:56:09 +0100 Subject: [PATCH] Check for nan in lat --- single.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/single.php b/single.php index 5a643c1..28fa83f 100644 --- a/single.php +++ b/single.php @@ -75,7 +75,7 @@ - +
- 0 ) : ?> + 0 && !is_nan($locations[0]['lat'])) : ?>