Skip to content

Commit d42b98f

Browse files
authored
Merge pull request #84 from ueberdosis/fix/styling
Fix styling
2 parents 4b38810 + 3d5a397 commit d42b98f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Core/DOMSerializer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ private function closeMarkTags($markTagsToClose, &$markStack, &$markTagsToReopen
132132
foreach ($markTagsToClose as $index => $markToClose) {
133133
if ($markExtension == $markToClose[0] && $mark == $markToClose[1]) {
134134
$foundIndex = $index;
135+
135136
break;
136137
}
137138
}

0 commit comments

Comments
 (0)