diff --git a/app/Views/forms/advanced-salary.php b/app/Views/forms/advanced-salary.php index e8299ed..0520121 100644 --- a/app/Views/forms/advanced-salary.php +++ b/app/Views/forms/advanced-salary.php @@ -65,7 +65,7 @@
- = $requisition->Reason ?> + = esc($requisition->Reason) ?>
Last Updated: = $requisition->UpdatedAt->humanize() ?> diff --git a/app/Views/forms/authorize-requisitions.php b/app/Views/forms/authorize-requisitions.php index 5035cc9..653dc4b 100644 --- a/app/Views/forms/authorize-requisitions.php +++ b/app/Views/forms/authorize-requisitions.php @@ -15,27 +15,34 @@
- = $requisition->Reason ?> + = esc($requisition->Reason) ?>
Last Updated: = $requisition->UpdatedAt->humanize() ?> @@ -91,7 +98,7 @@
- = $requisition->Reason ?> + = esc($requisition->Reason) ?>
Last Updated: = $requisition->UpdatedAt->humanize() ?> diff --git a/app/Views/forms/travel-and-subsistency.php b/app/Views/forms/travel-and-subsistency.php index 448f136..a22ab2f 100644 --- a/app/Views/forms/travel-and-subsistency.php +++ b/app/Views/forms/travel-and-subsistency.php @@ -85,7 +85,7 @@
- = $requisition->Reason ?> + = esc($requisition->Reason) ?>
Last Updated: = $requisition->UpdatedAt->humanize() ?> diff --git a/app/Views/forms/user-reports.php b/app/Views/forms/user-reports.php index e500877..03e21cf 100644 --- a/app/Views/forms/user-reports.php +++ b/app/Views/forms/user-reports.php @@ -68,7 +68,7 @@
- = $requisition->Reason ?> + = esc($requisition->Reason) ?>
Last Updated: = $requisition->UpdatedAt->humanize() ?>