From 8fb5ffb553325169fb35b0024e92c982c3c09081 Mon Sep 17 00:00:00 2001 From: demonspork Date: Mon, 11 Jan 2021 10:24:30 -0600 Subject: [PATCH] Destination Emergency Checkbox Spacing Fix Add a missing non-breaking space to fix the positioning of the checkbox. --- app/destinations/destination_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index 434b57455a..09c937b328 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -1243,7 +1243,7 @@ echo "\n"; echo "  \n"; echo "  \n"; - echo " \n"; + echo "  \n"; if (permission_exists('destination_emergency')){ echo " \n"; }