mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-25 14:56:04 +03:00
GH-496 - Error for superscript handling in HTML to Rich Text helper
This commit is contained in:
parent
c7da475ef9
commit
98f4754048
@ -706,7 +706,7 @@ class PHPExcel_Helper_HTML
|
|||||||
$this->superscript = true;
|
$this->superscript = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function endSupercriptTag() {
|
protected function endSuperscriptTag() {
|
||||||
$this->superscript = false;
|
$this->superscript = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user