diff --git a/app/pin_numbers/pin_number_edit.php b/app/pin_numbers/pin_number_edit.php index d6a9455ca4..386b0c5dcc 100644 --- a/app/pin_numbers/pin_number_edit.php +++ b/app/pin_numbers/pin_number_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2016-2023 + Portions created by the Initial Developer are Copyright (C) 2016-2025 the Initial Developer. All Rights Reserved. Contributor(s): @@ -168,6 +168,7 @@ if (count($_POST)>0 && empty($_POST["persistformvar"])) { echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -217,17 +218,18 @@ if (count($_POST)>0 && empty($_POST["persistformvar"])) { echo "\n"; echo "\n"; - echo "
"; - echo "

"; + echo "\n"; + echo "
\n"; + echo "

\n"; if ($action == "update") { echo "\n"; } echo "\n"; - echo ""; + echo "\n"; //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>