Skip to content

Commit

Permalink
HTML BG Fix
Browse files Browse the repository at this point in the history
Fixed issue with Export-UcmHTMLReport having incorrect formatting in the  <BODY> statement
  • Loading branch information
Atreidae committed May 7, 2024
1 parent 6f7fd9a commit cabedaf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions public/Initialize-UcmReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
https://github.com/Atreidae/UcmPSTools
.NOTES
Version: 1.2
Date: 19/06/2022
Version: 1.3
Date: 07/05/2024
.VERSION HISTORY
1.3: Bug fixe for HTML formatting in <BODY> statement
1.2: Bug fixes for date reporting
Added per line item numbers
Added per line timestamps
Expand Down Expand Up @@ -389,7 +391,7 @@ Function Export-UcmHTMLReport
#Define the HTML Style
$Style = @"
<style>
BODY{background-color::#b0c4de;font-family:Tahoma;font-size:12pt;}
BODY{background-color:#b0c4de;font-family:Tahoma;font-size:12pt;}
TABLE{border-width: 1px;border-style: solid;border-color: black;border-collapse: collapse;}
TH{border-width: 1px;padding: 3px;border-style: solid;border-color: black;color:white;background-color:#000099}
TD{border-width: 1px;padding: 3px;border-style: solid;border-color: black;text-align:center;}
Expand Down

0 comments on commit cabedaf

Please sign in to comment.