Parse break lines inputs from user
This commit is contained in:
parent
bb45b5f55b
commit
a52cdca1e3
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ trait PdfMakerUtilities
|
|||
// Commented cause it keeps adding <br> 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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue