mirror of
https://github.com/moodle/moodle.git
synced 2025-07-27 09:20:36 +02:00
MDL-75475 lib: Applied PHP CSS Parser patches
This commit is contained in:
@@ -106,7 +106,6 @@ class Rule implements Renderable, Commentable
|
||||
while ($oParserState->comes(';')) {
|
||||
$oParserState->consume(';');
|
||||
}
|
||||
$oParserState->consumeWhiteSpace();
|
||||
|
||||
return $oRule;
|
||||
}
|
||||
|
Reference in New Issue
Block a user