This commit is contained in:
mchev
2026-04-01 21:30:32 +02:00
parent 7004bf375e
commit aa88dc340d
8 changed files with 21 additions and 9 deletions

View File

@@ -180,7 +180,7 @@ trait GeneratesPdfTrait
$str = str_replace('<p>', '', $str);
$str = str_replace('</p>', '</br>', $str);
$str = str_replace('</p>', '<br />', $str);
return $str;
}