We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b38810 + 3d5a397 commit d42b98fCopy full SHA for d42b98f
1 file changed
src/Core/DOMSerializer.php
@@ -132,6 +132,7 @@ private function closeMarkTags($markTagsToClose, &$markStack, &$markTagsToReopen
132
foreach ($markTagsToClose as $index => $markToClose) {
133
if ($markExtension == $markToClose[0] && $mark == $markToClose[1]) {
134
$foundIndex = $index;
135
+
136
break;
137
}
138
0 commit comments