From 2b9997fe9b056d53992fff9691e96433f0b591c1 Mon Sep 17 00:00:00 2001 From: camer0n Date: Fri, 7 Feb 2025 14:19:24 -0800 Subject: [PATCH] Closes #5382 --- e107_admin/history.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_admin/history.php b/e107_admin/history.php index 732919881..1667e0af1 100644 --- a/e107_admin/history.php +++ b/e107_admin/history.php @@ -328,7 +328,7 @@ class admin_history_form_ui extends e_admin_form_ui $row = $controller->getListModel()->getData(); // Begin options group - $text = "
"; + $text = "
"; // Check if the record can be restored if (!empty($id)) @@ -338,7 +338,7 @@ class admin_history_form_ui extends e_admin_form_ui $type = $row['history_action']; $name = ($type === 'delete') ? "restore_deleted[$id]" : "restore_updated[$id]"; - $text .= ""; + $text .= ""; } $att['readParms']['editClass'] = 999; // disable it.