From 90bba73aac47d8cd223c9dd92580a7c44f004180 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 11 Mar 2023 19:55:38 +0000 Subject: [PATCH] Documents - Properly escape HTML in the edit modal - Tidy --- client_document_details.php | 20 +++++++++----------- client_document_edit_modal.php | 2 +- client_document_template_details.php | 12 +++++------- client_document_template_edit_modal.php | 2 +- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/client_document_details.php b/client_document_details.php index 254627bb..d329bd87 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -1,6 +1,6 @@ - +
- +
@@ -61,7 +61,7 @@ $document_folder_id = intval($row['document_folder_id']); - @@ -72,7 +72,7 @@ $document_folder_id = intval($row['document_folder_id']);
Assets
Software
Vendors
- +
@@ -80,11 +80,9 @@ $document_folder_id = intval($row['document_folder_id']);
- - - +require_once("footer.php"); diff --git a/client_document_edit_modal.php b/client_document_edit_modal.php index 3abec2ba..3c0d969a 100644 --- a/client_document_edit_modal.php +++ b/client_document_edit_modal.php @@ -17,7 +17,7 @@
- +
diff --git a/client_document_template_details.php b/client_document_template_details.php index 53d09c55..f4f90bf2 100644 --- a/client_document_template_details.php +++ b/client_document_template_details.php @@ -1,6 +1,6 @@ - +
- - - +require_once("footer.php"); diff --git a/client_document_template_edit_modal.php b/client_document_template_edit_modal.php index b5fd252c..2ce6a87c 100644 --- a/client_document_template_edit_modal.php +++ b/client_document_template_edit_modal.php @@ -16,7 +16,7 @@
- +