mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-03 13:23:37 +03:00
GH-496 - Error for superscript handling in HTML to Rich Text helper
This commit is contained in:
parent
c7da475ef9
commit
98f4754048
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ class PHPExcel_Helper_HTML
|
|||
$this->superscript = true;
|
||||
}
|
||||
|
||||
protected function endSupercriptTag() {
|
||||
protected function endSuperscriptTag() {
|
||||
$this->superscript = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue