From 8bed58c040722c54ed250c38f90d2f73ba9dba62 Mon Sep 17 00:00:00 2001 From: David Bui <105074908+buidav@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:20:46 -0700 Subject: [PATCH] uncenter the text (#1031) --- PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 b/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 index ba462a5d8..200d936aa 100644 --- a/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 +++ b/PowerShell/ScubaGear/Modules/CreateReport/CreateReport.psm1 @@ -172,7 +172,7 @@ function New-Report { $ReportJson.Results += $Fragment # Regex will filter out any tags without an id attribute (replace new fragments only, not
tags which have already been modified) - $Fragments = $Fragments -replace ".*(]+id)*>)", "
" + $Fragments = $Fragments -replace ".*(]+id)*>)", "
" } # Craft the json report