diff --git a/app/Services/PdfMaker/PdfMakerUtilities.php b/app/Services/PdfMaker/PdfMakerUtilities.php index bc7df97a6136..d243669c326c 100644 --- a/app/Services/PdfMaker/PdfMakerUtilities.php +++ b/app/Services/PdfMaker/PdfMakerUtilities.php @@ -95,7 +95,7 @@ trait PdfMakerUtilities // Commented cause it keeps adding
at the end, if markdown parsing is turned on. // Should update with 'parse_markdown_on_pdfs' setting. - // $child['content'] = nl2br($child['content']); + $child['content'] = nl2br($child['content']); } // "/\/[a-z]*>/i" -> checks for HTML-like tags: