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.
1 parent 589fe50 commit cbb0a9dCopy full SHA for cbb0a9d
src/CSSList/CSSList.php
@@ -420,7 +420,6 @@ public function render(OutputFormat $oOutputFormat)
420
$sResult .= $oNextLevel->spaceAfterBlocks();
421
}
422
return $sResult . $oContent->render($oNextLevel);
423
- return $oContent->render($oNextLevel);
424
});
425
if ($sRendered === null) {
426
continue;
0 commit comments