X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/729cf0b66d9ccaf381a2150f75fb57c1c98c3b4c..1a5b0cd1539c149d18db4e40f16c56654cace898:/lib/converter/html.php 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 .= 'name] . '>'; } else if (isset(static::$styleClassMap[$reader->name])) {