Functions/PoShMon.MessageFormatters.Html.Repairs/New-HtmlRepairFooter.ps1

Function New-HtmlRepairFooter
{
    [CmdletBinding()]
    param(
    )

    $emailSection = ''

    $emailSection += '</body>'

    return $emailSection;
}