Phrozn\Outputter\HtmlOutputter::replaceEOLs PHP Method

replaceEOLs() protected method

protected replaceEOLs ( $msg )
    protected function replaceEOLs($msg)
    {
        return nl2br($msg, false) . "<br>\n";
    }