aboutsummaryrefslogtreecommitdiff
path: root/lib/converter/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/converter/html.php')
-rw-r--r--lib/converter/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/converter/html.php b/lib/converter/html.php
index 29064e5..11cf105 100644
--- a/lib/converter/html.php
+++ b/lib/converter/html.php
@@ -107,7 +107,7 @@ class Html extends Base
}
break;
case XMLReader::END_ELEMENT:
- array_shift($nesting, $reader->name);
+ array_shift($nesting);
if (isset(static::$tagMap[$reader->name])) {
$store .= '</' . static::$tagMap[$reader->name] . '>';
} else if (isset(static::$styleClassMap[$reader->name])) {