diff --git a/scripts/todays_detections.php b/scripts/todays_detections.php index 6cef1423..131fc74a 100644 --- a/scripts/todays_detections.php +++ b/scripts/todays_detections.php @@ -57,9 +57,7 @@ $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC); if(isset($_GET['comname'])) { - $birdName = $_GET['comname']; - $birdName = str_replace("__", "'", $birdName); - $birdName = str_replace("_", " ", $birdName); + $birdName = htmlspecialchars_decode($_GET['comname'], ENT_QUOTES); // Prepare a SQL statement to retrieve the detection data for the specified bird