mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:24:29 -04:00
Parse break lines inputs from user
This commit is contained in:
parent
bb45b5f55b
commit
a52cdca1e3
@ -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…
x
Reference in New Issue
Block a user