Fix var not defined
This commit is contained in:
parent
47d57b1ed2
commit
671baa261d
@ -175,6 +175,9 @@ class Odf
|
|||||||
'<style:style style:name="supText" style:family="text"><style:text-properties style:text-position="super 58%" /></style:style>'
|
'<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);
|
$convertedValue = $this->_replaceHtmlWithOdtTag($this->_getDataFromHtml($value), $customStyles, $fontDeclarations);
|
||||||
|
|
||||||
foreach ($customStyles as $key => $val) {
|
foreach ($customStyles as $key => $val) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user