GH-496 - Error for superscript handling in HTML to Rich Text helper

This commit is contained in:
MarkBaker 2015-01-13 18:47:29 +00:00
parent c7da475ef9
commit 98f4754048
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ class PHPExcel_Helper_HTML
$this->superscript = true;
}
protected function endSupercriptTag() {
protected function endSuperscriptTag() {
$this->superscript = false;
}