Fix var not defined

This commit is contained in:
Laurent Destailleur 2021-08-08 12:57:00 +02:00
parent 47d57b1ed2
commit 671baa261d

View File

@ -175,6 +175,9 @@ class Odf
'<style:style style:name="supText" style:family="text"><style:text-properties style:text-position="super 58%" /></style:style>'
);
$customStyles = array();
$fontDeclarations = array();
$convertedValue = $this->_replaceHtmlWithOdtTag($this->_getDataFromHtml($value), $customStyles, $fontDeclarations);
foreach ($customStyles as $key => $val) {