mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
✅ N°7571 - HTML2Text lib
This commit is contained in:
@@ -228,7 +228,7 @@ class Html2Text {
|
||||
return $nextName;
|
||||
}
|
||||
|
||||
static function iterateOverNode($node, $prevName = null, $in_pre = false, $is_office_document = false, $options) {
|
||||
static function iterateOverNode($node, $prevName = null, $in_pre = false, $is_office_document = false, $options = []) {
|
||||
if ($node instanceof \DOMText) {
|
||||
// Replace whitespace characters with a space (equivilant to \s)
|
||||
if ($in_pre) {
|
||||
|
||||
Reference in New Issue
Block a user