diff --git a/Private/New-HTMLReportWithSplit.ps1 b/Private/New-HTMLReportWithSplit.ps1
index d22f337..6ac9d12 100644
--- a/Private/New-HTMLReportWithSplit.ps1
+++ b/Private/New-HTMLReportWithSplit.ps1
@@ -49,7 +49,7 @@
# or if current report is given and it matches the current report type which works for split reprots
if ($Script:GPOConfiguration[$T].Enabled -eq $true -and ((-not $CurrentReport) -or ($CurrentReport -and $CurrentReport -eq $T))) {
Write-Color -Text '[i]', '[HTML ] ', "Generating HTML report ($FilePath) for $T with split reports" -Color Yellow, DarkGray, Yellow
- New-HTML -Author 'Przemysław Kłys' -TitleText 'GPOZaurr Report' {
+ New-HTML -Author 'Przemysław Kłys @ Evotec' -TitleText 'GPOZaurr Report' {
New-HTMLTabStyle -BorderRadius 0px -TextTransform capitalize -BackgroundColorActive SlateGrey
New-HTMLSectionStyle -BorderRadius 0px -HeaderBackGroundColor Grey -RemoveShadow
New-HTMLPanelStyle -BorderRadius 0px