Skip to content

Commit

Permalink
uncenter the text (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
buidav committed Mar 28, 2024
1 parent a97d991 commit 8bed58c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function New-Report {
$ReportJson.Results += $Fragment

# Regex will filter out any <table> tags without an id attribute (replace new fragments only, not <table> tags which have already been modified)
$Fragments = $Fragments -replace ".*(<table(?![^>]+id)*>)", "<table class='policy-data' id='$Number' style = 'text-align:center;'>"
$Fragments = $Fragments -replace ".*(<table(?![^>]+id)*>)", "<table class='policy-data' id='$Number'>"
}

# Craft the json report
Expand Down

0 comments on commit 8bed58c

Please sign in to comment.