Fixed some stylelint

This commit is contained in:
Progi1984 2023-01-05 21:53:50 +01:00 committed by GitHub
parent 26757c29bb
commit ed8d9ff420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,8 +327,8 @@ abstract class AbstractPart
$element->setChangeInfo($type, $author, $date);
}
}
} elseif ($node->nodeName=='w:softHyphen') {
$element=$parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
} elseif ($node->nodeName == 'w:softHyphen') {
$element = $parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
}
}