Fixed some stylelint
This commit is contained in:
parent
26757c29bb
commit
ed8d9ff420
@ -327,8 +327,8 @@ abstract class AbstractPart
|
|||||||
$element->setChangeInfo($type, $author, $date);
|
$element->setChangeInfo($type, $author, $date);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} elseif ($node->nodeName=='w:softHyphen') {
|
} elseif ($node->nodeName == 'w:softHyphen') {
|
||||||
$element=$parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
|
$element = $parent->addText("\u{200c}", $fontStyle, $paragraphStyle);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user