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;
|
||||
}
|
||||
|
||||
protected function endSupercriptTag() {
|
||||
protected function endSuperscriptTag() {
|
||||
$this->superscript = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue